This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Be more verbose in configure



We got a number of bugreports where GCC had the wrong version but the
folks asked about "mig".  Let's be a bit more verbose about the
programs.

Ok to commit?

Andreas

2001-04-11  Andreas Jaeger  <aj@suse.de>

	* configure.in: Explicitly enumerate the critical and auxiliary programs.

============================================================
Index: configure.in
--- configure.in	2001/04/09 03:59:43	1.312
+++ configure.in	2001/04/11 11:31:48
@@ -594,13 +594,15 @@
 if test -n "$critic_missing"; then
 AC_MSG_ERROR([
 *** Some critical program is missing or too old.
-*** Check the INSTALL file for required versions.])
+*** Check the INSTALL file for required versions.
+*** (Critical programs are: GNU make, GCC)])
 fi
 
 test -n "$aux_missing" && AC_MSG_WARN([
 *** An auxiliary program is missing or too old;
 *** some features will be disabled.
-*** Check the INSTALL file for required versions.])
+*** Check the INSTALL file for required versions.
+*** (Auxiliary programs are: GNU msgfmt, GNU makeinfo, GNU sed)])
 
 # glibcbug.in wants to know the compiler version.
 CCVERSION=`$CC -v 2>&1 | sed -n 's/gcc version //p'`

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]