Go to file
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
conf Added new rule for prefix length / netmask. 1998-12-06 23:10:45 +00:00
doc Added banner presented to KSVI. 1998-03-20 18:30:55 +00:00
lib Finer grained logging levels: 1998-12-20 14:24:35 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Oops, previous modification for passing NULL to fib_init() did not 1998-12-22 19:20:43 +00:00
proto Bird now uses fib structure instead of linklist. 1998-12-22 19:41:04 +00:00
sysdep First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
tools First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
aclocal.m4 First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
bird.conf Hopefully finished kernel syncer (krt) rewrite: 1998-12-08 18:37:58 +00:00
configure.in First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
Makefile First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
Rules Added routing table and routing attribute code. 1998-05-20 11:54:33 +00:00
TODO Finer grained logging levels: 1998-12-20 14:24:35 +00:00