diff options
author | Akim Demaille <akim@epita.fr> | 2003-10-03 07:07:13 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2003-10-03 07:07:13 +0000 |
commit | 8d5d3bd89876a1c1ddf01db6b3da35794aaf0f49 (patch) | |
tree | 4626545664e07d9495bd710881ef9670061233ea /lib/emacs | |
parent | 2c222091ff33e5baef6b6d772098e921175f61f7 (diff) | |
download | autoconf-8d5d3bd89876a1c1ddf01db6b3da35794aaf0f49.tar.gz |
* configure.ac: Quotation and formatting changes.
(EMACS): Don't set it if it is not recent enough to support
autoconf-mode.el.
From Eric Sunshine.
Diffstat (limited to 'lib/emacs')
-rw-r--r-- | lib/emacs/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in index 0cc21fa2..f121108d 100644 --- a/lib/emacs/Makefile.in +++ b/lib/emacs/Makefile.in @@ -84,6 +84,7 @@ PERL = @PERL@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +TEST_EMACS = @TEST_EMACS@ VERSION = @VERSION@ ac_ct_STRIP = @ac_ct_STRIP@ am__leading_dot = @am__leading_dot@ |