diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-05-20 20:40:34 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-05-20 20:40:34 +0000 |
commit | 993cf2b1d92a6d5cbafe33acacf6edd54397d2a3 (patch) | |
tree | 1ecf1ff944d6135c813a384306a5ebc966f3f812 /configure | |
parent | 1ed633e80b14da48e5970771032065cd7e26b562 (diff) | |
download | emacs-993cf2b1d92a6d5cbafe33acacf6edd54397d2a3.tar.gz |
Replace text inadvertantly removed by unpatched autoconf.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure index 05828a5053e..d2127417532 100755 --- 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. } |