From 6b4e880fc5f256c02f7c0c1625dc9a11c75d9cd6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Jun 2001 08:05:28 +0000 Subject: * configure.in: Fix typos in missing program names. * configure: Regenerated. 2001-06-12 H.J. Lu * configure.in: Fix typos in missing program names. * configure: Regenerated. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 22b21fc3f0..dd73d3bbef 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3