bird/tools
Martin Mares 2f9bcf9713 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.
1999-01-09 15:02:11 +00:00
..
config.guess First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
config.sub First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
install-sh First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
mergedirs Now merges configuration fragments (*.Y) as well. 1998-11-27 19:31:41 +00:00