mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to 0.11.5.
* bootstrap: Remove gettext version checking.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
|
||||||
|
0.11.5. Suggested by Bruno Haible.
|
||||||
|
* bootstrap: Remove gettext version checking.
|
||||||
|
|
||||||
|
* doc/bison.texinfo (Decl Summary): Also mention that %union
|
||||||
|
can depend on prerequisite types. Problem reported by Tim
|
||||||
|
Van Holder.
|
||||||
|
|
||||||
2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
|
2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* README: Mention GNU m4 1.4 bugs and Akim's patched version.
|
* README: Mention GNU m4 1.4 bugs and Akim's patched version.
|
||||||
|
|||||||
26
bootstrap
26
bootstrap
@@ -43,32 +43,6 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# Check that gettext version matches what's in configure.ac.
|
|
||||||
# FIXME: We shouldn't have to modify configure.ac every time
|
|
||||||
# a new gettext version comes out.
|
|
||||||
{
|
|
||||||
gettext_version_output=`LC_ALL=C gettext --version` &&
|
|
||||||
case $gettext_version_output in
|
|
||||||
'gettext (GNU '*) ;;
|
|
||||||
*) false;;
|
|
||||||
esac
|
|
||||||
} || {
|
|
||||||
echo >&2 "$0: Please install GNU gettext first."
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
newline='
|
|
||||||
'
|
|
||||||
last_word_in_first_line="[^$newline]* \\([^$newline]*\\)"
|
|
||||||
gettext_have=`expr "$gettext_version_output" : "$last_word_in_first_line"`
|
|
||||||
gettext_need=`
|
|
||||||
sed -n '/^AM_GNU_GETTEXT_VERSION/{ s/.*\[//; s/].*//; p; q; }' configure.ac
|
|
||||||
`
|
|
||||||
[ "$gettext_have" = "$gettext_need" ] || {
|
|
||||||
echo >&2 "$0: Your gettext version is $gettext_have."
|
|
||||||
echo >&2 "$0: Please install and use gettext-$gettext_need instead."
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
echo "$0: Bootstrapping CVS $package..."
|
echo "$0: Bootstrapping CVS $package..."
|
||||||
|
|
||||||
build_cvs_prefix() {
|
build_cvs_prefix() {
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ BISON_PREREQ_TIMEVAR
|
|||||||
|
|
||||||
# gnulib and gettext.
|
# gnulib and gettext.
|
||||||
GNULIB_AUTOCONF_SNIPPET
|
GNULIB_AUTOCONF_SNIPPET
|
||||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
AM_GNU_GETTEXT_VERSION([0.11.5])
|
||||||
|
|
||||||
# Initialize the test suite.
|
# Initialize the test suite.
|
||||||
AC_CONFIG_TESTDIR(tests)
|
AC_CONFIG_TESTDIR(tests)
|
||||||
|
|||||||
Reference in New Issue
Block a user