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.in | |
parent | 417cf0b282140be1e6110ea8175a5206cd7a13cc (diff) | |
download | emacs-9fb1ba8090da3528de56158a79bd3527d31c7f2f.tar.gz |
Add AC_CONFIG_SRCDIR which was lost in the previous
change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |