summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-27 10:29:02 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-27 10:29:02 +0000
commit7e7a548e7837d533f790b13c5b200549fe95c5b2 (patch)
tree573b41d834a6248bb318ad96339581b1fd25db8c /configure
parent6598ac30319f3c5483c7bc95214c48b6442b53bd (diff)
downloadglibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.tar.gz
glibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.tar.xz
glibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.zip
Update.
1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* catgets/Makefile ($(objpfx)de.cat): Renamed from
	do-gencat-test.  Use automatic variables.
	($(objpfx)de.msg): Fix reference to po file.

1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
	$(move-if-change).

1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* intl/dcgettext.c: Fix typo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cb9c48f279..cdc0c9d9d3 100755
--- a/configure
+++ b/configure
@@ -1333,7 +1333,7 @@ echo "configure:1333: checking version of $MAKE" >&5
   ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*version \([0-9][0-9.]*\), by.*$/\1/p'`
   case $ac_prog_version in
     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
-    3.75 | 3.76.[1-9] | 3.7[789]* | 3.[89]*)
+    3.75 | 3.76.[1-9]* | 3.7[789]* | 3.[89]*)
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;