From 2f9bcf9713523f6fefecd143cc2aa2a8dda7f27f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Jan 1999 15:02:11 +0000 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0fee62..d2c04e6 100644 --- a/Makefile +++ b/Makefile @@ -41,3 +41,4 @@ clean: rm -rf obj rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*` rm -f bird .dep + rm -f config.log config.cache config.status configure sysdep/autoconf.h -- cgit v1.2.3