mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
maint: catch missing gnulib macros.
* configure.ac: Add m4_pattern_forbid.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2012-01-11 Tim Landscheidt <tim@tim-landscheidt.de>
|
||||||
|
|
||||||
java: remove used variable.
|
java: remove used variable.
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
# keyword in at least string.h from gnulib. We need Autoconf 2.68 or
|
# 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
|
# better to avoid a typo in the `configure --help' entry for the YACC
|
||||||
# environment variable.
|
# environment variable.
|
||||||
AC_PREREQ(2.68)
|
AC_PREREQ([2.68])
|
||||||
|
m4_pattern_forbid([^gl_[A-Z]])
|
||||||
|
|
||||||
AC_INIT([GNU Bison],
|
AC_INIT([GNU Bison],
|
||||||
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
||||||
|
|||||||
Reference in New Issue
Block a user