summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-08-31 03:59:07 +0200
committerJan Engelhardt <jengelh@inai.de>2012-08-31 04:12:18 +0200
commitdf60a301bf24c3b3e37188d9da155b97fd6dc076 (patch)
tree4c49a41af3e8137b11ce5f8532ba6feef214e07b /configure.ac
parent053a4fdf6536ca63ad640d0b75f54c3f4964ca2b (diff)
build: separate AC variable replacements from xtables.h
It was/is a bit annoying that modifying xtables.h.in causes configure to rerun. Split the @foo@ things into a separate file to bypass this. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 861f5b3e..4060f901 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,5 +127,5 @@ AC_CONFIG_FILES([Makefile extensions/GNUmakefile include/Makefile
libiptc/Makefile libiptc/libiptc.pc
libiptc/libip4tc.pc libiptc/libip6tc.pc
libxtables/Makefile utils/Makefile
- include/xtables.h include/iptables/internal.h])
+ include/xtables-version.h include/iptables/internal.h])
AC_OUTPUT