mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
The gettext version checking is causing more trouble than it's curing;
remove it.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
The gettext version checking is causing more trouble than it's
|
||||
curing; remove it. Problem reported by Paul Hilfinger.
|
||||
|
||||
* bootstrap: Issue a warning that one can expect a message
|
||||
'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
|
||||
* configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
|
||||
|
||||
2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Ensure that the C++ compiler used for testing actually works on a
|
||||
|
||||
@@ -166,6 +166,7 @@ esac
|
||||
|
||||
# Reconfigure, getting other files.
|
||||
|
||||
echo "$0: Expect an 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION' warning"
|
||||
echo "$0: autoreconf --verbose --install --force ..."
|
||||
autoreconf --verbose --install --force || exit
|
||||
|
||||
|
||||
@@ -103,7 +103,6 @@ BISON_PREREQ_TIMEVAR
|
||||
|
||||
# gnulib and gettext.
|
||||
GNULIB_AUTOCONF_SNIPPET
|
||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||
|
||||
# Initialize the test suite.
|
||||
AC_CONFIG_TESTDIR(tests)
|
||||
|
||||
Reference in New Issue
Block a user