include_next: silence autoconf 2.68 warning
authorEric Blake <eblake@redhat.com>
Thu, 26 Aug 2010 22:12:06 +0000 (16:12 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 26 Aug 2010 22:16:46 +0000 (16:16 -0600)
commit6f6b9b8057e9994ca3bfca40eaa372578be1b81f
treeb226f54a5b6a9e1a06b9916de55fe034b9167f4e
parent2901094a21129406fae6755b8039c772774cab99
include_next: silence autoconf 2.68 warning

Next warning spotted by Autoconf; this time it is spurious (when
checking for a working include_next, we could care less what other
defines have already been provided by AC_DEFINE).  Which makes this
the first real-world use case outside of autoconf guts that can
reasonably use the new autoconf macro.

* m4/include_next.m4 (gl_INCLUDE_NEXT): Mark this use of
AC_COMPILE_IFELSE as special.
(AC_LANG_DEFINES_PROVIDED): Provide dummy implementation for
autoconf < 2.68.

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