# # 13-Dec-04 amo Date-of-Birth # # # http://ftp.gnu.org/gnu/autoconf/ # http://www.infres.enst.fr/~dax/polys/configure/slide1.html # # autoconf -V # 2.57 # # cd /usr/local/src # tar zxvfp autoconf-2.59.tar.gz # cd autoconf-2.59 # ./configure # make # make install # # mv /usr/bin/autoconf /usr/bin/autoconf-2.57 # cd /usr/bin ; ln -s ../local/bin/autoconf . # # # End of file