]> git.ipfire.org Git - thirdparty/ipset.git/commit
configure.ac: Support building with old autoconf 2.63
authorSerhey Popovych <serhe.popovych@gmail.com>
Fri, 29 Nov 2019 09:21:30 +0000 (11:21 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Mon, 9 Dec 2019 10:03:04 +0000 (11:03 +0100)
commit66d5125848150fbf8d41f456e2921a38b7690532
tree1009bd2f49bfe262fbcb27f39baea28327d944e2
parentde06e92fc9b22f9c78316a2f2f4bc524696a91f6
configure.ac: Support building with old autoconf 2.63

This version found on RHEL6 making autoreconf fail with following error:

  configure.ac:61: error: possibly undefined macro: AS_VAR_COPY
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.

Apply fix from https://github.com/gdnsd/gdnsd/issues/85 to fix problem.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
configure.ac