| 1 | | |
| | 1 | wget [http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz] |
| | 2 | |
| | 3 | cp /boot/common/share/libtool/config/config.guess .[[BR]] |
| | 4 | cp /boot/common/share/libtool/config/config.sub .[[BR]] |
| | 5 | |
| | 6 | configure --prefix=/boot/apps/autoconf-2.13[[BR]] |
| | 7 | make[[BR]] |
| | 8 | make install [[BR]] |
| | 9 | |
| | 10 | Note: a prefix of /boot/apps/autoconf-2.13 is used to prevent collision with the newer version of autoconf.[[BR]] |
| | 11 | To easily use autoconf 2.13 to on a source tree,[[BR]] |
| | 12 | export AUTOCONF="/boot/apps/autoconf-2.13/bin/autoconf --macro-dir=/boot/apps/autoconf-2.13/share/autoconf" [[BR]] |
| | 13 | then run `$AUTOCONF` instead of `autoconf`[[BR]] |