On this page
Generate a Configure File for Pre-make
Introduction
As you probably already know, the three magic commands are:
./configure
make
make install
This is nice and cool, but if you’re retrieving sources from SVN or CVS repositories, you might not always have the configure file. This is why you only need two simple commands to generate one:
/usr/bin/autoheader ; /usr/bin/autoconf
Last updated 10 May 2007, 05:15 CEST.