summaryrefslogtreecommitdiff
path: root/lib/emacs
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-24 22:57:30 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-24 22:57:30 +0000
commit2db42f661345ba8543fdc09ac10d6ebd16b7ed0a (patch)
tree1aa427ef6236ce7c9a8a0ae4432943f80bec845c /lib/emacs
parentf2a9d6f3a72e016264b0bda2f9ddd1e9896f375e (diff)
downloadautoconf-2db42f661345ba8543fdc09ac10d6ebd16b7ed0a.tar.gz
Regenerate.
Diffstat (limited to 'lib/emacs')
-rw-r--r--lib/emacs/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in
index 1d5717b1..f1b51699 100644
--- a/lib/emacs/Makefile.in
+++ b/lib/emacs/Makefile.in
@@ -38,11 +38,11 @@ subdir = lib/emacs
DIST_COMMON = $(dist_lisp_LISP) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/config/m4.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
+mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
@@ -58,7 +58,7 @@ LISP = $(dist_lisp_LISP)
am__ELFILES = autoconf-mode.el autotest-mode.el
am__ELCFILES = $(am__ELFILES:.el=.elc)
ELCFILES = $(LISP:.el=.elc)
-elisp_comp = $(top_srcdir)/config/elisp-comp
+elisp_comp = $(top_srcdir)/build-aux/elisp-comp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@