mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
maint: factor copyright year.
* configure.ac: Use $PACKAGE_COPYRIGHT_YEAR instead of repeating it.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2012-01-13 Akim Demaille <akim@lrde.epita.fr>
|
||||||
|
|
||||||
|
maint: factor copyright year.
|
||||||
|
* configure.ac: Use $PACKAGE_COPYRIGHT_YEAR instead of repeating it.
|
||||||
|
|
||||||
2012-01-13 Akim Demaille <akim@lrde.epita.fr>
|
2012-01-13 Akim Demaille <akim@lrde.epita.fr>
|
||||||
|
|
||||||
maint: catch missing gnulib macros.
|
maint: catch missing gnulib macros.
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ 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]),
|
||||||
[bug-bison@gnu.org])
|
[bug-bison@gnu.org])
|
||||||
AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2012],
|
|
||||||
[The copyright year for this package])
|
|
||||||
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012])
|
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012])
|
||||||
|
AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
|
||||||
|
[The copyright year for this package])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|||||||
Reference in New Issue
Block a user