* configure.in: Fix typos in missing program names.

* configure: Regenerated.
2001-06-12  H.J. Lu <hjl@gnu.org>

	* configure.in: Fix typos in missing program names.
	* configure: Regenerated.
This commit is contained in:
Andreas Jaeger 2001-06-13 08:05:28 +00:00
parent a29a3e1a80
commit 6b4e880fc5
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-06-12 H.J. Lu <hjl@gnu.org>
* configure.in: Fix typos in missing program names.
* configure: Regenerated.
2001-06-12 Andreas Jaeger <aj@suse.de>
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.

6
configure vendored
View File

@ -1451,7 +1451,7 @@ echo "configure:1443: checking version of $CC" >&5
echo "$ac_t""$ac_prog_version" 1>&6
fi
if test $ac_verc_fail = yes; then
critic_missing="$critic_missing make"
critic_missing=gcc
fi
for ac_prog in gnumake gmake make
@ -1505,7 +1505,7 @@ echo "configure:1497: checking version of $MAKE" >&5
echo "$ac_t""$ac_prog_version" 1>&6
fi
if test $ac_verc_fail = yes; then
critic_missing=t
critic_missing="$critic_missing make"
fi
@ -2229,7 +2229,7 @@ else
fi
for ac_prog in gawk mawk nawk awk
for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2

View File

@ -559,10 +559,10 @@ AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v,
[version \([egcygnustpi-]*[0-9.]*\)],
[*gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*],
critic_missing="$critic_missing make")
critic_missing=gcc)
AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version,
[GNU Make[^0-9]*\([0-9][0-9.]*\)],
[3.79* | 3.[89]*], critic_missing=t)
[3.79* | 3.[89]*], critic_missing="$critic_missing make")
if test -n "$critic_missing"; then