From 42b77a386a7fe9a9fc47727321a51c87379f6979 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Mar 2010 23:14:04 +0100 Subject: [PATCH] doc: put --with-xtlibdir in the spotlight Too many people forget to specify the proper location... --- INSTALL | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 9531f72..a52c4c5 100644 --- 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 + $ ./configure --with-xtlibdir=SEE_BELOW $ make # make install @@ -55,7 +55,10 @@ Configuring and compiling 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. + 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. If you want to enable debugging, use