Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares | |
in the static portion of configuration includes available as well. | |||
1999-01-23 | Filter all `Modules' files through C preprocessor, so that they can | Martin Mares | |
reference BIRD configuration. By the way: Do you know GCC by default does `#define unix 1'? | |||
1999-01-15 | Make filters actually compiled. | Pavel Machek | |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares | |
1999-01-15 | Be a tiny bit more verbose. | Pavel Machek | |
1999-01-12 | Fixed trivial bug in naming of `depend' file. Argh. | Martin Mares | |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |
1999-01-09 | First step of "autoconfization". Created a configure script which | Martin Mares | |
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. | |||
1998-11-27 | Now merges configuration fragments (*.Y) as well. | Martin Mares | |
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares | |
by the `mergedirs' script. Few more IP address manipulation functions and some fixes. |