]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: separate AC variable replacements from xtables.h
authorJan Engelhardt <jengelh@inai.de>
Fri, 31 Aug 2012 01:59:07 +0000 (03:59 +0200)
committerJan Engelhardt <jengelh@inai.de>
Fri, 31 Aug 2012 02:12:18 +0000 (04:12 +0200)
commitdf60a301bf24c3b3e37188d9da155b97fd6dc076
tree4c49a41af3e8137b11ce5f8532ba6feef214e07b
parent053a4fdf6536ca63ad640d0b75f54c3f4964ca2b
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>
.gitignore
Makefile.am
configure.ac
include/Makefile.am
include/xtables-version.h.in [new file with mode: 0644]
include/xtables.h [moved from include/xtables.h.in with 99% similarity]