diff configure @ 77634:5a10f80c77e7

Tweak message about the absence of shell functions.
author Glenn Morris <rgm@gnu.org>
date Thu, 03 May 2007 04:12:13 +0000
parents 4bae97ce3ac6
children fb266235bcb8 41aaac7180d5 d7172f202ab8
line wrap: on
line diff
--- a/configure	Thu May 03 04:11:38 2007 +0000
+++ b/configure	Thu May 03 04:12:13 2007 +0000
@@ -412,10 +412,10 @@
 fi
 
 test \$exitcode = 0") || {
-  echo No shell found that supports shell functions.
-  echo Please tell autoconf@gnu.org about your system,
-  echo including any error possibly output before this
-  echo message
+  echo Please tell bug-autoconf@gnu.org about your system,
+  echo including any error possibly output before this message.
+  echo This can help us improve future autoconf versions.
+  echo Configuration will now proceed without shell functions.
 }