Lines Matching +full:- +full:- +full:no +full:- +full:build

8 AC_CONFIG_AUX_DIR([build-aux])
12 AM_INIT_AUTOMAKE([-Wall])
20 AS_HELP_STRING([--with-kernel=PATH],
21 [Path to kernel source/build directory]),
24 AS_HELP_STRING([--with-kbuild=PATH],
25 [Path to kernel build directory [[/lib/modules/CURRENT/build]]]),
28 AS_HELP_STRING([--with-ksource=PATH],
32 AS_HELP_STRING([--with-xtlibdir=PATH],
37 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]),
40 AS_HELP_STRING([--disable-ipv6], [Do not build ip6tables]),
43 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]),
46 largefile_cppflags='-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64'])
48 AS_HELP_STRING([--enable-devel],
52 AS_HELP_STRING([--enable-libipq], [Build and install libipq]),
53 [enable_libipq="$enableval"], [enable_libipq="no"])
54 AC_ARG_ENABLE([bpf-compiler],
55 AS_HELP_STRING([--enable-bpf-compiler], [Build bpf compiler]),
56 [enable_bpfc="$enableval"], [enable_bpfc="no"])
58 AS_HELP_STRING([--enable-nfsynproxy], [Build SYNPROXY configuration tool]),
59 [enable_nfsynproxy="$enableval"], [enable_nfsynproxy="no"])
60 AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH],
64 AS_HELP_STRING([--disable-nftables], [Do not build nftables compat]),
67 AS_HELP_STRING([--disable-connlabel],
68 [Do not build libnetfilter_conntrack]),
70 AC_ARG_WITH([xt-lock-name], AS_HELP_STRING([--with-xt-lock-name=PATH],
76 AX_CHECK_LINKER_FLAGS([-Wl,--no-as-needed],
77 [libiptc_LDFLAGS2="-Wl,--no-as-needed"])
80 AC_MSG_CHECKING([whether $LD knows -Wl,--no-undefined])
82 LDFLAGS="-Wl,--no-undefined";
85 [AC_MSG_RESULT([no])]
131 echo "*** Error: No suitable libmnl found. ***"
133 echo " Or consider --disable-nftables to skip"
134 echo " iptables-compat over nftables support."
142 echo "*** Error: no suitable libnftnl found. ***"
144 echo " Or consider --disable-nftables to skip"
145 echo " iptables-compat over nftables support."
152 if test -z "$ac_cv_prog_YACC"
154 echo "*** Error: No suitable bison/yacc found. ***"
158 if test -z "$ac_cv_prog_LEX"
160 echo "*** Error: No suitable flex/lex found. ***"
179 if test "$nfconntrack" -ne 1; then
182 enable_connlabel="no";
197 regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \
198 -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
199 -Winline -pipe";
200 regular_CPPFLAGS="${largefile_cppflags} -D_REENTRANT \
201 -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" -DXTABLES_INTERNAL";
203 if [[ -n "$kbuilddir" ]]; then
204 kinclude_CPPFLAGS="$kinclude_CPPFLAGS -I$kbuilddir/include/uapi -I$kbuilddir/include";
206 if [[ -n "$ksourcedir" ]]; then
207 kinclude_CPPFLAGS="$kinclude_CPPFLAGS -I$ksourcedir/include/uapi -I$ksourcedir/include";
236 libxtables_vmajor=$(($libxtables_vcurrent - $libxtables_vage));
244 iptables/iptables.8 iptables/iptables-extensions.8.tmpl
245 iptables/iptables-save.8 iptables/iptables-restore.8
246 iptables/iptables-apply.8 iptables/iptables-xml.1
251 include/xtables-version.h include/iptables/internal.h])
270 Build parameters:
273 Installation prefix (--prefix): ${prefix}
275 Pkg-config directory: ${e_pkgconfigdir}
278 if [[ -n "$ksourcedir" ]]; then
281 if [[ -n "$kbuilddir" ]]; then
282 echo " Kernel build directory: ${kbuilddir}"