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.
Showing
aclocal.m4
0 → 100644
configure.in
0 → 100644
sysdep/autoconf.h.in
0 → 100644
tools/config.guess
0 → 100755
This diff is collapsed.
tools/config.sub
0 → 100755
This diff is collapsed.
tools/install-sh
0 → 100755
Please register or sign in to comment