diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-12-06 07:06:50 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-12-06 07:06:50 +0000 |
commit | 9fb1ba8090da3528de56158a79bd3527d31c7f2f (patch) | |
tree | 2ab18e4fa4f30fb16e27bd55250c53b009488f7d /configure | |
parent | 417cf0b282140be1e6110ea8175a5206cd7a13cc (diff) | |
download | emacs-9fb1ba8090da3528de56158a79bd3527d31c7f2f.tar.gz |
Add AC_CONFIG_SRCDIR which was lost in the previous
change.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/configure b/configure index f2f56482347..b222b9bc902 100755 --- a/configure +++ b/configure @@ -412,10 +412,10 @@ else fi test \$exitcode = 0") || { - 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. + 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 } @@ -576,6 +576,7 @@ PACKAGE_VERSION='23.0.50' PACKAGE_STRING='emacs 23.0.50' PACKAGE_BUGREPORT='' +ac_unique_file="src/lisp.h" ac_config_libobj_dir=src # Factoring default headers for most tests. ac_includes_default="\ @@ -1807,6 +1808,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers src/config.h:src/config.in" + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. |