From 9fb1ba8090da3528de56158a79bd3527d31c7f2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 6 Dec 2007 07:06:50 +0000 Subject: [PATCH] Add AC_CONFIG_SRCDIR which was lost in the previous change. --- ChangeLog | 5 +++++ configure | 10 ++++++---- configure.in | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43e8ad48e50..4366e4a7a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-06 Jan Dj,Ad(Brv + + * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous + change. + 2007-12-04 Jan Dj,Ad(Brv * configure.in: Give package name and verision to AC_INIT. 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. diff --git a/configure.in b/configure.in index 32e137e0f2e..804fd5484a8 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,7 @@ dnl Boston, MA 02110-1301, USA. AC_PREREQ(2.61)dnl AC_INIT(emacs, 23.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) +AC_CONFIG_SRCDIR(src/lisp.h) dnl Support for --program-prefix, --program-suffix and dnl --program-transform-name options -- 2.39.2