changeset 80842:ed9471af53e1

Tweak message about the absence of shell functions.
author Glenn Morris <rgm@gnu.org>
date Thu, 03 May 2007 04:13:45 +0000
parents 7b97952b1f98
children 24d4897a4f63
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu May 03 04:13:27 2007 +0000
+++ b/configure	Thu May 03 04:13:45 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.
 }