summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Optionally disable building the kernel module.Mathieu Bridon2011-09-151-0/+11
| | | | | | | | | | | | | | | | | | | | | Distributors (like Fedora) might be interested in including the ipset tools and libs, but they often don't want to build and ship external kernel modules, especially if those modules are already included in their kernel packages. This patch introduces a new --with-kmod configure option that can be used to conditionally build the kernel module. The module is still built by default, to preserve compatibility. A user who wants to build only the user-space part of ipset can do so by running the following: $ ./autogen.sh $ configure --with-kmod=no $ make # make install Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.9.1 releasedv6.9.1Jozsef Kadlecsik2011-09-061-1/+1
|
* ipset 6.9 releasedv6.9Jozsef Kadlecsik2011-09-061-1/+1
|
* ipset 6.8 releasedv6.8Jozsef Kadlecsik2011-07-111-1/+1
|
* ipset 6.7 releasedv6.7Jozsef Kadlecsik2011-05-311-1/+1
|
* ipset 6.6 releasedv6.6Jozsef Kadlecsik2011-05-241-1/+1
|
* Remove outdated checking of IPv6 support from configure.acJozsef Kadlecsik2011-05-171-5/+0
| | | | | | ipset can be compiled without IPv6 support since 6.0, however the outdated checking in configure.ac made it not possible. (reported by Denys Fedoryshchenko)
* ipset 6.5 releasedv6.5Jozsef Kadlecsik2011-05-151-1/+1
|
* ipset 6.4 releasedv6.4Jozsef Kadlecsik2011-04-191-1/+1
|
* ipset 6.3 releasedv6.3Jozsef Kadlecsik2011-04-101-1/+1
|
* ipset 6.2 releasedv6.2Jozsef Kadlecsik2011-03-271-1/+1
|
* ipset 6.1 releasedv6.1Jozsef Kadlecsik2011-03-191-1/+1
|
* ipset 6.0 releasedv6.0Jozsef Kadlecsik2011-02-031-1/+1
|
* ipset 5.4.1 releasedv5.4.1Jozsef Kadlecsik2011-01-221-1/+1
|
* ipset 5.4 releasedv5.4Jozsef Kadlecsik2011-01-211-1/+1
|
* ipset 5.3 releasedv5.3Jozsef Kadlecsik2011-01-181-1/+1
|
* Set the non-debug compiling the defaultJozsef Kadlecsik2011-01-181-2/+6
| | | | | Compiling with debugging can be enabled with the "--enable-debug" option of the configure script.
* build: use only AC_CANONICAL_HOSTJan Engelhardt2010-12-311-2/+2
| | | | | | | Calculating AC_CANONICAL_TARGET is superfluous, because ipset is not a code generator. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* ipset 5.2 releasedv5.2Jozsef Kadlecsik2010-12-231-1/+1
|
* Support libtool < 2.2Jozsef Kadlecsik2010-12-221-1/+1
| | | | LT_INIT is not present before libtool 2.2. Revert to use AC_PROG_LIBTOOL.
* ipset 5.1 releasedv5.1Jozsef Kadlecsik2010-12-221-1/+1
|
* Kernel version compatibility: support from 2.6.34Jozsef Kadlecsik2010-12-211-8/+0
| | | | | The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34.
* Check old system kernel header filesJozsef Kadlecsik2010-12-181-0/+6
|
* Check from `configure` that the kernel source is patched with netlink.patchJozsef Kadlecsik2010-12-181-0/+5
|
* Use configure to detect compiler warning flagsJozsef Kadlecsik2010-12-181-13/+33
| | | | | By checking the supported compiler warning flags, different gcc releases are supported without the crude --disable-extra-flags option.
* Build and source kernel directoriesv5.0-pre9Jozsef Kadlecsik2010-10-251-1/+7
| | | | | Fall back to the build directory if the source directory is not specified. Check that it looks like as a source directory.
* build: run autoupdateJan Engelhardt2010-10-191-2/+2
| | | | | | | | AC_CANONICAL_SYSTEM is deprecated in favor of calling one or more of AC_CANONICAL_{BUILD,HOST,TARGET}. Since configure.ac only uses $target, only AC_CANONICAL_TARGET is needed. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: use subdir-objects and CC_C_OJan Engelhardt2010-10-191-1/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: use libmnl's pkgconfig filesJan Engelhardt2010-10-191-4/+1
| | | | | | | | | | | | libmnl installs .pc files that we can directly use and which are preferable over AC_CHECK_LIB. Also make sure that libipset.so is linked with libmnl, otherwise linking errors can ensue when a program tries to link to libipset. Furthermore, remove the now-unused LIBS variable. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: add separate option for kernel source directoryJan Engelhardt2010-10-191-9/+14
| | | | | | The build directory is not necessarily the same as the source directory. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: resolve autoreconf/libtoolize suggestionsJan Engelhardt2010-10-191-0/+1
| | | | | | | | libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Compatibility and documentation fixesv5.0-pre6Jozsef Kadlecsik2010-07-131-0/+12
| | | | | | | Makefile fixes: compiler flags README and manpage fixes Compatibility with newer gcc releases (4.4.x) Compatibility with the 2.6.35 kernel tree
* ipset 5: Sparc related and compatibility fixesv5.0-pre5Jozsef Kadlecsik2010-06-291-1/+22
| | | | | | | | ipset 5 is tested on Sparc, which revealed some compatibility issues and those are fixed. Kernels from 2.6.31 onward are supported. The testsuite checkings are completed to run match/target checks. The README file is updated to reflect the requirements to install and run ipset 5.
* configure/Makefile and debug fixesJozsef Kadlecsik2010-06-161-0/+12
|
* Tenth stage to ipset-5Jozsef Kadlecsik2010-04-221-0/+76
Add new test files and toplevel files.