+2006-12-16 Bruno Haible <bruno@clisp.org>
+
+ Make it work with autoconf > 2.61.
+ * Makefile.am (TESTS_ENVIRONMENT): Also set GLIBC2.
+ * gettext-3: Use GLIBC2 from the environment instead of grepping
+ config.status.
+ * gettext-5: Likewise.
+ * gettext-6: Likewise.
+ * gettext-7: Likewise.
+ Reported by Ralf Wildenhues.
+
2006-12-10 Bruno Haible <bruno@clisp.org>
Fix a test failure on Solaris.
BUILDCSHARP='@BUILDCSHARP@' \
TESTCSHARP='@TESTCSHARP@' \
TESTLIBASPRINTF='@TESTLIBASPRINTF@' \
+ GLIBC2='@GLIBC2@' \
LOCALE_FR='@LOCALE_FR@' \
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
LOCALE_JA='@LOCALE_JA@' \
trap 'rm -fr $tmpfiles' 1 2 3 15
# This test works only on glibc systems.
-grep '@GLIBC2@.*yes' ../config.status >/dev/null || {
+: ${GLIBC2=no}
+test "$GLIBC2" = yes || {
echo "Skipping test: not a glibc system"
exit 77
}
trap 'rm -fr $tmpfiles' 1 2 3 15
# This test works only on glibc systems.
-grep '@GLIBC2@.*yes' ../config.status >/dev/null || {
+: ${GLIBC2=no}
+test "$GLIBC2" = yes || {
echo "Skipping test: not a glibc system"
exit 77
}
trap 'rm -fr $tmpfiles' 1 2 3 15
# This test works only on glibc systems.
-grep '@GLIBC2@.*yes' ../config.status >/dev/null || {
+: ${GLIBC2=no}
+test "$GLIBC2" = yes || {
echo "Skipping test: not a glibc system"
exit 77
}
trap 'rm -fr $tmpfiles' 1 2 3 15
# This test works only on glibc systems.
-grep '@GLIBC2@.*yes' ../config.status >/dev/null || {
+: ${GLIBC2=no}
+test "$GLIBC2" = yes || {
echo "Skipping test: not a glibc system"
exit 77
}