Changes between Version 26 and Version 27 of Bootstrapping


Ignore:
Timestamp:
May 26, 2007, 9:27:44 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v26 v27  
    1919{{{
    2020autoreconf -i
     21}}}
     22        If you have a broken automake/autoconf installation you may try do each autoreconf step manually and do the necessary adjustments to make these work on your system:
     23{{{
     24aclocal -I config
     25autoconf
     26autoheader
     27automake --add-missing --copy --no-force
    2128}}}
    2229        For solving problems check out the autoreconf manual page and README.cvs.