+2007-12-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
+ change.
+
2007-12-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* configure.in: Give package name and verision to AC_INIT.
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
}
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="\
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.
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