changeset 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 a84fb637884a
children 87275f62b058
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
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.
 }