summaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)Author
2011-04-28Use constants from /etc/iproute2/rt_* files.Ondrej Zajicek
2011-04-05Minor fixes.Ondrej Zajicek
2011-03-13Implements Router Advertisement protocol.Ondrej Zajicek
2010-04-08Minor changes.Ondrej Zajicek
2010-04-02Minor fixes to previous patches.Ondrej Zajicek
2010-03-24Adds autoconf test for -Wno-pointer-sign compliler option.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2009-11-09Merge branch 'dev' into ospf3Ondrej Zajicek
2009-11-02Fixes build in Debian GNU/kFreeBSD.Ondrej Zajicek
2009-10-27Replaces local endianity testing macro with the common one.Ondrej Zajicek
2009-08-21Temporary OSPFv3 development commitOndrej Zajicek
2009-06-02Small change to make BIRD's IPv6 packaging easierOndrej Filip
2009-05-22Ugly hack for finding readline on NetBSDOndrej Zajicek
2009-05-22Better checks for M4 in configure.Ondrej Zajicek
2009-05-11OpenBSD port related changes.Ondrej Filip
2008-11-06Uprava configureOndrej Zajicek
2008-11-05Fix problem with local time changes.Ondrej Zajicek
2008-11-04These warnings are so abundant (because char * / byte * mix) that theyOndrej Zajicek
2004-06-05Add more warnings if --enable-warnings is turned on. (probably requiresMartin Mares
2004-06-01Now, only one AC_OUTPUT is used.Ondrej Filip
2004-05-31Make the check for <linux/rtnetlink.h> work with recent libc's.Martin Mares
2004-05-31Better readline checking.Ondrej Filip
2004-05-31Added some more test (alloca.h, sa_len) etc.Ondrej Filip
2000-05-20Get Linux version from <linux/version.h>, not `uname -r`.Martin Mares
2000-05-08Added `--disable-memcheck' switch which avoids linking of efence/dmalloc,Martin Mares
2000-05-08Autoconf is *evil*. The sysconfdir and similar variables are unusable inMartin Mares
2000-05-08Debugging compilation is no longer default. This means that the configurationMartin Mares
2000-05-04Added --enable-ipv6 which tells configure to select the right configurationMartin Mares
2000-05-03OSPF added to default protocols.Ondrej Filip
2000-04-17Added BGP to the default list of protocols we build.Martin Mares
2000-02-24Hmmm, libreadline 2.1 seems to be the oldest version we work with.Martin Mares
2000-02-24Moan loudly if libreadline is an old version which doesn't supportMartin Mares
2000-01-20Configure, link and use the readline library.Martin Mares
2000-01-19Put client on a stony ground. The whole client is going to be system-specificMartin Mares
1999-12-01Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This meansMartin Mares
1999-10-29Configure PATH_CONTROL_SOCKET.Martin Mares
1999-08-03Implemented a Table-to-Table protocol a.k.a The Pipe.Martin Mares
1999-05-21Added --with-sysinclude to allow explicitly setting where kernel includesMartin Mares
1999-04-12Oops, a typo in previous struct ip_mreqn changes...Martin Mares
1999-04-12Use `struct ip_mreqn' instead of `struct ip_mreq' for multicastMartin Mares
1999-03-29Prefer `gm4' over `m4' (due to BSD et al.).Martin Mares
1999-03-27Cleaned up system configuration files -- removed few obsolete parameters,Martin Mares
1999-03-26Don't compile OSPF by default.Martin Mares
1999-03-09Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF.Ondrej Filip
1999-03-04Use dmalloc instead of EFence when available (dmalloc has lot of improvementsMartin Mares
1999-03-01If we are compiling with debugging enabled and libefence is available,Martin Mares
1999-01-23Filter all `Modules' files through C preprocessor, so that they canMartin Mares
1999-01-10Few last-minute bug fixes.Martin Mares
1999-01-10New makefiles. Includes support for out-of-source-tree builds.Martin Mares
1999-01-09First step of "autoconfization". Created a configure script whichMartin Mares