The gettext version checking is causing more trouble than it's curing;

remove it.
This commit is contained in:
Paul Eggert
2004-05-24 20:08:54 +00:00
parent 209ea708c4
commit 6a36ff9495
3 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)