Tweak message about the absence of shell functions.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 May 2007 04:13:45 +0000 (04:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 May 2007 04:13:45 +0000 (04:13 +0000)
configure

index 9dd401b..4e2af0b 100755 (executable)
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
 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.
 }