0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00
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
1998-03-20 18:30:55 +00:00
1998-12-20 14:24:35 +00:00
1998-12-19 21:53:28 +00:00
1998-12-20 14:24:35 +00:00
Description
The BIRD project aims to develop a fully functional dynamic IP routing daemon.
https://bird.network.cz
53 MiB
Languages
C 87.4%
Yacc 6.2%
Perl 2.8%
M4 1.4%
Lex 0.7%
Other 1.5%