Changes between Version 26 and Version 27 of Bootstrapping
- Timestamp:
- May 26, 2007, 11:27:44 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v26 v27 19 19 {{{ 20 20 autoreconf -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 {{{ 24 aclocal -I config 25 autoconf 26 autoheader 27 automake --add-missing --copy --no-force 21 28 }}} 22 29 For solving problems check out the autoreconf manual page and README.cvs.