Lines Matching +full:linux +full:- +full:compiler +full:- +full:compat
8 AC_CONFIG_AUX_DIR([build-aux])
12 AM_INIT_AUTOMAKE([-Wall])
16 LT_INIT([disable-static])
19 AS_HELP_STRING([--with-kernel=PATH],
23 AS_HELP_STRING([--with-kbuild=PATH],
27 AS_HELP_STRING([--with-ksource=PATH],
31 AS_HELP_STRING([--with-xtlibdir=PATH],
36 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]),
39 AS_HELP_STRING([--disable-ipv6], [Do not build ip6tables]),
42 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]),
45 …[test "$enable_largefile" = "yes"], [largefile_cppflags='-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_F…
48 AS_HELP_STRING([--enable-devel],
52 AS_HELP_STRING([--enable-libipq], [Build and install libipq]),
54 AC_ARG_ENABLE([bpf-compiler],
55 AS_HELP_STRING([--enable-bpf-compiler], [Build bpf compiler]),
58 AS_HELP_STRING([--enable-nfsynproxy], [Build SYNPROXY configuration tool]),
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],
70 AC_ARG_WITH([xt-lock-name], AS_HELP_STRING([--with-xt-lock-name=PATH],
75 AS_HELP_STRING([--enable-profiling], [build for use of gcov/gprof]),
78 AC_MSG_CHECKING([whether $LD knows -Wl,--no-undefined])
80 LDFLAGS="-Wl,--no-undefined";
94 AC_CHECK_HEADERS([linux/dccp.h linux/ip_vs.h linux/magic.h linux/proc_fs.h linux/bpf.h])
122 AC_MSG_ERROR(missing libpcap library required by bpf compiler or nfsynproxy tool)])
132 echo " Or consider --disable-nftables to skip"
133 echo " iptables-compat over nftables support."
143 echo " Or consider --disable-nftables to skip"
144 echo " iptables-compat over nftables support."
162 if test "$nfconntrack" -ne 1; then
180 regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \
181 -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
182 -Wlogical-op \
183 -Winline -pipe";
184 regular_CPPFLAGS="${largefile_cppflags} -D_REENTRANT \
185 -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" -DXTABLES_INTERNAL";
187 if [[ -n "$kbuilddir" ]]; then
188 kinclude_CPPFLAGS="$kinclude_CPPFLAGS -I$kbuilddir/include/uapi -I$kbuilddir/include";
190 if [[ -n "$ksourcedir" ]]; then
191 kinclude_CPPFLAGS="$kinclude_CPPFLAGS -I$ksourcedir/include/uapi -I$ksourcedir/include";
196 regular_CFLAGS+=" -fprofile-arcs -ftest-coverage"
197 regular_LDFLAGS+=" -lgcov --coverage"
226 libxtables_vmajor=$(($libxtables_vcurrent - $libxtables_vage));
235 iptables/iptables.8 iptables/iptables-extensions.8.tmpl
236 iptables/iptables-save.8 iptables/iptables-restore.8
237 iptables/iptables-apply.8 iptables/iptables-xml.1
242 include/xtables-version.h
243 iptables/xtables-monitor.8
268 Installation prefix (--prefix): ${prefix}
270 Pkg-config directory: ${e_pkgconfigdir}
273 if [[ -n "$ksourcedir" ]]; then
276 if [[ -n "$kbuilddir" ]]; then