* configure.ac: Add m4_pattern_forbid.
+2012-01-13 Akim Demaille <akim@lrde.epita.fr>
+
+ maint: catch missing gnulib macros.
+ * configure.ac: Add m4_pattern_forbid.
+
2012-01-11 Tim Landscheidt <tim@tim-landscheidt.de>
java: remove used variable.
# keyword in at least string.h from gnulib. We need Autoconf 2.68 or
# better to avoid a typo in the `configure --help' entry for the YACC
# environment variable.
-AC_PREREQ(2.68)
+AC_PREREQ([2.68])
+m4_pattern_forbid([^gl_[A-Z]])
AC_INIT([GNU Bison],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),