include_next: port to autoconf 2.63
authorEric Blake <eblake@redhat.com>
Mon, 6 Jan 2014 17:20:59 +0000 (10:20 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 6 Jan 2014 17:34:22 +0000 (10:34 -0700)
commit580240a85bd8ec3e8b2d2379badfc13d7fe1d8e7
tree88a3bf1ffc3d3385c97ac10fb6821add15eeb57b
parent0f3a66244773007c93c691701bb4f6018bd57122
include_next: port to autoconf 2.63

On RHEL 6.4 (using autoconf 2.63), './gnulib-tool --test math'
fails with the following, since commit 74540d44:
executing autoconf
configure:5693: error: possibly undefined macro: AS_VAR_COPY
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Since we document that we support out-of-the-box use with autoconf
2.59 and later, the fix is to provide a fallback definition.

* m4/gnulib-common.m4 (AS_VAR_COPY): Define if missing.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/gnulib-common.m4