diff options
| author | Glenn Morris | 2007-05-18 07:38:54 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-05-18 07:38:54 +0000 |
| commit | 4827f21f5782d59c48f93a1024f0ca372a302a4b (patch) | |
| tree | 25688b14535a03cb58bf7e5304f48b096174e4bc | |
| parent | adbdb661ada01b7916dd6bd2f0c27d6bfe65da8e (diff) | |
| download | emacs-4827f21f5782d59c48f93a1024f0ca372a302a4b.tar.gz emacs-4827f21f5782d59c48f93a1024f0ca372a302a4b.zip | |
Restore manual change about absence of shell functions from 20070503,
lost in previous regeneration from configure.in.
| -rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -412,10 +412,10 @@ else | |||
| 412 | fi | 412 | fi |
| 413 | 413 | ||
| 414 | test \$exitcode = 0") || { | 414 | test \$exitcode = 0") || { |
| 415 | echo No shell found that supports shell functions. | 415 | echo Please tell bug-autoconf@gnu.org about your system, |
| 416 | echo Please tell autoconf@gnu.org about your system, | 416 | echo including any error possibly output before this message. |
| 417 | echo including any error possibly output before this | 417 | echo This can help us improve future autoconf versions. |
| 418 | echo message | 418 | echo Configuration will now proceed without shell functions. |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | 421 | ||