warn-on-use: work with old autoconf
authorEric Blake <eblake@redhat.com>
Tue, 23 Feb 2010 17:57:38 +0000 (10:57 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 23 Feb 2010 17:57:38 +0000 (10:57 -0700)
commit801e7da121dc91ff6b0602ae68a10d910914e7d9
tree5d380d2011f5c553b159805ef5f7d9b5b617a884
parent06e606ded42cacc1bd5397e69f51d9a8aee80928
warn-on-use: work with old autoconf

Before autoconf documented the AS_VAR_* interfaces, it used to
require the user to pre-expand the pushed macro name.  Newer
autoconf can see through macros, but this is one case where
breaking the rule of thumb and underquoting does not hurt.

* m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
AS_VAR semantics of autoconf 2.60.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/warn-on-use.m4