X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs-mini%2FREADME.autoconf;h=1a00b3818f8c83772800e1a735524117e78b40a6;hb=dc660147984208df14a046ba00012102396c2d19;hp=6f30c54106851807267e7f403dfe889d12dde2a2;hpb=c3c6f33e87e1f47aa48600fe3717266b91c3eefc;p=flightgear.git diff --git a/docs-mini/README.autoconf b/docs-mini/README.autoconf index 6f30c5410..1a00b3818 100644 --- a/docs-mini/README.autoconf +++ b/docs-mini/README.autoconf @@ -1,28 +1,20 @@ Flight Gear uses the Gnu autoconf and automake tools for managing -Makefiles. It also uses libtool to manage building shared and static -libraries. Key input files for this system are: +Makefiles. Key input files for this system are: configure.in - Top level directory Makefile.am - One in each subdirectory Include/config.in - input file for building config.h -If you need to modify any of these files, you will need to build and -install the following packages: +If you need to modify any of these files, you will need to install the +following packages. If you don't have a prebuilt package for your OS, +you can fetch them from the locations listed below: - - GNU autoconf 2.12 (available from ftp://prep.ai.mit.edu/pub/gnu) - - GNU automake 1.2h (available from ftp://ftp.cygnus.com/pub/tromey) + - GNU autoconf (available from ftp://prep.ai.mit.edu/pub/gnu) + - GNU automake (available from ftp://ftp.cygnus.com/pub/tromey) -Libtool is not currently used: +After making a change to configure.in you will need to run: - - GNU libtool 1.2 (available from ftp://prep.ai.mit.edu/pub/gnu) - (or maybe ftp://alpha.gnu.org/gnu) - - After upgrading libtool, if we were using it, you would want to run: - - libtoolize --force - -When making a change to any of these files you will need to run: - - aclocal ; automake -a ; autoconf + aclocal ; autoheader ; automake -a ; autoconf Then follow the regular build procedure: