diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-13 08:05:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-13 08:05:28 +0000 |
commit | 6b4e880fc5f256c02f7c0c1625dc9a11c75d9cd6 (patch) | |
tree | 356fa4957ccdfdb1406a00e0885da9e0ed84fd91 /configure | |
parent | a29a3e1a80b99227187776cb3ee4a0b8bcf1086b (diff) | |
download | glibc-6b4e880fc5f256c02f7c0c1625dc9a11c75d9cd6.tar.gz glibc-6b4e880fc5f256c02f7c0c1625dc9a11c75d9cd6.tar.xz glibc-6b4e880fc5f256c02f7c0c1625dc9a11c75d9cd6.zip |
* 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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 |