Mercurial > emacs
changeset 87129:038ec9c21c41
Add AC_CONFIG_SRCDIR which was lost in the previous
change.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 06 Dec 2007 07:06:42 +0000 |
parents | 1095fb6fe7ac |
children | b05ee57764ba |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Dec 06 07:06:28 2007 +0000 +++ b/configure Thu Dec 06 07:06:42 2007 +0000 @@ -412,10 +412,10 @@ 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_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_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.