]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
doc: deprecate --with-xtlibdir configure option
authorJan Engelhardt <jengelh@medozas.de>
Tue, 4 Jan 2011 11:47:09 +0000 (12:47 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 4 Jan 2011 11:47:09 +0000 (12:47 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index e6db4b77567cb3c31baa8d8a29ff9eccfcd526f3..a1e3a775f43cb92d96725e49847a6b3e9a95f839 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Installation instructions for Xtables-addons
 Xtables-addons uses the well-known configure(autotools) infrastructure
 in combination with the kernel's Kbuild system.
 
-       $ ./configure --with-xtlibdir=SEE_BELOW
+       $ ./configure
        $ make
        # make install
 
@@ -60,11 +60,12 @@ Configuring and compiling
 --with-xtlibdir=
 
        Specifies the path to where the newly built extensions should
-       be installed when `make install` is run. It uses the same
-       default as the Xtables/iptables package, ${libexecdir}/xtables,
-       but you may need to specify this nevertheless, as autotools
-       defaults to using /usr/local as prefix, and distributions put
-       the files in differing locations.
+       be installed when `make install` is run. The default is to
+       use the same path that Xtables/iptables modules use, as
+       determined by `pkg-config xtables --variable xtlibdir`.
+       Thus, this option normally does NOT need to be specified
+       anymore, even if your distribution put modules in a strange
+       location.
 
 If you want to enable debugging, use