diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-23 20:11:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-23 20:11:18 +0000 |
commit | 124c037f3d1e6534ab09d4a78d84c0d1aa614faa (patch) | |
tree | 7ebe7469489e96b24a3eaef22953383146267d53 /lib/emacs | |
parent | 88865d83e1d2c0a20d9995450a5214c8579b8a1b (diff) | |
download | autoconf-124c037f3d1e6534ab09d4a78d84c0d1aa614faa.tar.gz |
Regenerate.
Diffstat (limited to 'lib/emacs')
-rw-r--r-- | lib/emacs/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in index 725e156c..58e592b4 100644 --- a/lib/emacs/Makefile.in +++ b/lib/emacs/Makefile.in @@ -71,6 +71,7 @@ DEFS = @DEFS@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ +EGREP = @EGREP@ EMACS = @EMACS@ EMACSLOADPATH = @EMACSLOADPATH@ EXPR = @EXPR@ @@ -93,6 +94,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ |