aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-01-21 12:23:24 -0800
committerPaul Eggert2011-01-21 12:23:24 -0800
commit925e561d3257c74833d68b809ff3dc0d96f284a5 (patch)
tree32c1e17a4025e5cdcb6132eecd75c4da125cd7b4
parente425f18bb685034efecf651c012fcb92bbb5e6be (diff)
downloademacs-925e561d3257c74833d68b809ff3dc0d96f284a5.tar.gz
emacs-925e561d3257c74833d68b809ff3dc0d96f284a5.zip
aclocal.m4: tweaks to regenerate more conveniently
This attempts to act better when the source is in a weird state. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>. * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in. * .bzrignore: Add aclocal.m4.
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.in6
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 92a18fb4c0a..1a2dc58f802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 aclocal.m4: tweaks to regenerate more conveniently
4 This attempts to act better when the source is in a weird state. See
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
6 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
7 * .bzrignore: Add aclocal.m4.
8
12011-01-20 Paul Eggert <eggert@cs.ucla.edu> 92011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 aclocal.m4: omit auto-generated file from repository 11 aclocal.m4: omit auto-generated file from repository
diff --git a/Makefile.in b/Makefile.in
index 81a7404a9cc..3d8f6303e10 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -260,7 +260,7 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
260# Subdirectories to make recursively. `lisp' is not included 260# Subdirectories to make recursively. `lisp' is not included
261# because the compiled lisp files are part of the distribution. 261# because the compiled lisp files are part of the distribution.
262# leim is not included because it needs special handling. 262# leim is not included because it needs special handling.
263# 263#
264# Actually, we now include `lisp' as well, since the compiled files 264# Actually, we now include `lisp' as well, since the compiled files
265# are not included any more in case of bootstrap or in case Emacs was 265# are not included any more in case of bootstrap or in case Emacs was
266# checked out from a VCS. 266# checked out from a VCS.
@@ -414,7 +414,7 @@ $(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
414AUTOMAKE_INPUTS = @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am 414AUTOMAKE_INPUTS = @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am
415$(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS) 415$(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS)
416 cd $(srcdir) && automake --gnu -a -c lib/Makefile 416 cd $(srcdir) && automake --gnu -a -c lib/Makefile
417am--refresh: 417am--refresh: $(srcdir)/aclocal.m4 $(srcdir)/configure $(srcdir)/src/config.in
418.PHONY: am--refresh 418.PHONY: am--refresh
419 419
420$(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in 420$(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
@@ -863,7 +863,7 @@ dist:
863 863
864.PHONY: info dvi dist check html 864.PHONY: info dvi dist check html
865 865
866info-real: 866info-real:
867 (cd doc/emacs; $(MAKE) $(MFLAGS) info) 867 (cd doc/emacs; $(MAKE) $(MFLAGS) info)
868 (cd doc/misc; $(MAKE) $(MFLAGS) info) 868 (cd doc/misc; $(MAKE) $(MFLAGS) info)
869 (cd doc/lispref; $(MAKE) $(MFLAGS) info) 869 (cd doc/lispref; $(MAKE) $(MFLAGS) info)