]> git.ipfire.org Git - thirdparty/bird.git/commit - configure.ac
First step of "autoconfization". Created a configure script which
authorMartin Mares <mj@ucw.cz>
Sat, 9 Jan 1999 15:02:11 +0000 (15:02 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 9 Jan 1999 15:02:11 +0000 (15:02 +0000)
commit2f9bcf9713523f6fefecd143cc2aa2a8dda7f27f
tree3580ae083792f0e84fae328028cb59d2144769e6
parent6996f459c6d8e6205bbacd83e3656b47635f7d6d
First step of "autoconfization". Created a configure script which
guesses most system-dependent parameters and determines name of system
configuration file (sysdep/cf/...) with the remaining ones.

To compile BIRD, you now need to do:

autoconf # Create configure from configure.in
./configure # Run configure script
make # Compile everything

Configuration files:

sysdep/config.h Master config file
sysdep/autoconf.h Parameters determined by configure script
sysdep/cf/*.h Fixed system configuration we're unable
to guess.

Makefiles are still the original ones, but this will change soon.
Makefile
aclocal.m4 [new file with mode: 0644]
configure.in [new file with mode: 0644]
sysdep/autoconf.h.in [new file with mode: 0644]
sysdep/config.h
tools/config.guess [new file with mode: 0755]
tools/config.sub [new file with mode: 0755]
tools/install-sh [new file with mode: 0755]