+2001-09-24 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.m4 (AM_WITH_NLS): Capture not only the value of $LINGUAS,
+ but also whether it was set or unset.
+ Reported by Andreas Schwab <schwab@suse.de>.
+
2001-08-12 Jim Meyering <meyering@lucent.com>
* mbrtowc.m4: Quote first arg of AC_DEFUN.
# compute GMOFILES, POFILES, CATALOGS. But hide it from automake.
eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
# Capture the value of $LINGUAS because we need it to compute CATALOGS.
- LINGUAS="$LINGUAS"
+ LINGUAS="${LINGUAS-%UNSET%}"
+ test "%UNSET%" != "\$LINGUAS" || unset LINGUAS
])
dnl Found it, now check the version.
AC_MSG_CHECKING([version of bison])
changequote(<<,>>)dnl
- ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+ ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
case $ac_prog_version in
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)