aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2007-12-06 07:06:50 +0000
committerJan Djärv <[email protected]>2007-12-06 07:06:50 +0000
commit9fb1ba8090da3528de56158a79bd3527d31c7f2f (patch)
tree2ab18e4fa4f30fb16e27bd55250c53b009488f7d /configure.in
parent417cf0b282140be1e6110ea8175a5206cd7a13cc (diff)
Add AC_CONFIG_SRCDIR which was lost in the previous
change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 32e137e0f2..804fd5484a 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