about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-05-14 23:21:54 +0000
committerRoland McGrath <roland@gnu.org>2001-05-14 23:21:54 +0000
commitaefdff34cd2669d3bb3824a759ce0322ed7e2ef2 (patch)
tree0fb86bd748406df764c74a74c077e03dcc4b8f98 /configure
parent3eab00bd35f32df69b569549e92989d67ff1d9d8 (diff)
downloadglibc-aefdff34cd2669d3bb3824a759ce0322ed7e2ef2.tar.gz
glibc-aefdff34cd2669d3bb3824a759ce0322ed7e2ef2.tar.xz
glibc-aefdff34cd2669d3bb3824a759ce0322ed7e2ef2.zip
2001-05-14 Roland McGrath <roland@frob.com>
	* configure.in (critic_missing, aux_missing): Collect in these vars
	the names of the missing programs, and include them in the error msgs.
	* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index bb53de1082..22b21fc3f0 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=t
+  critic_missing="$critic_missing make"
 fi
 
 for ac_prog in gnumake gmake make
@@ -1512,7 +1512,7 @@ fi
 
 if test -n "$critic_missing"; then
 { echo "configure: error: 
-*** Some critical program is missing or too old.
+*** These critical programs are missing or too old:$critic_missing
 *** Check the INSTALL file for required versions." 1>&2; exit 1; }
 fi
 
@@ -1568,7 +1568,7 @@ echo "configure:1560: checking version of $MSGFMT" >&5
   echo "$ac_t""$ac_prog_version" 1>&6
 fi
 if test $ac_verc_fail = yes; then
-  MSGFMT=: aux_missing=t
+  MSGFMT=: aux_missing="$aux_missing msgfmt"
 fi
 
 for ac_prog in makeinfo
@@ -1622,7 +1622,7 @@ echo "configure:1614: checking version of $MAKEINFO" >&5
   echo "$ac_t""$ac_prog_version" 1>&6
 fi
 if test $ac_verc_fail = yes; then
-  MAKEINFO=: aux_missing=t
+  MAKEINFO=: aux_missing="$aux_missing makeinfo"
 fi
 
 for ac_prog in gsed sed
@@ -1676,7 +1676,7 @@ echo "configure:1668: checking version of $SED" >&5
   echo "$ac_t""$ac_prog_version" 1>&6
 fi
 if test $ac_verc_fail = yes; then
-  SED=: aux_missing=t
+  SED=: aux_missing="$aux_missing sed"
 fi
 
 
@@ -2065,7 +2065,7 @@ fi
 #   [2.10.[1-9]* | 2.1[1-9]* | 2.9-ia64-*], AS=: critic_missing=t)
 
 test -n "$aux_missing" && echo "configure: warning: 
-*** An auxiliary program is missing or too old;
+*** These auxiliary programs are missing or too old:$aux_missing
 *** some features will be disabled.
 *** Check the INSTALL file for required versions." 1>&2