1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

aclocal.m4: put this file back into repository

This way, we don't have to assume that the maintainer has
the automake package installed.  See
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
* .bzrignore: Remove aclocal.m4, undoing the previous change.
* Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
undoing the previous change.
* aclocal.m4: New file (actually, resurrected).
This commit is contained in:
Paul Eggert 2011-01-21 23:18:23 -08:00
parent 4936e3ba93
commit e02ea74b7e
3 changed files with 1013 additions and 2 deletions

View File

@ -1,3 +1,14 @@
2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
aclocal.m4: put this file back into repository
This way, we don't have to assume that the maintainer has
the automake package installed. See
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
* .bzrignore: Remove aclocal.m4, undoing the previous change.
* Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
undoing the previous change.
* aclocal.m4: New file (actually, resurrected).
2011-01-22 Miles Bader <miles@gnu.org>
* configure.in: Don't zero-out FONTCONFIG_CFLAGS and

View File

@ -833,8 +833,7 @@ bootstrap-clean: FRC
### begin to build the program.
top_maintainer_clean=\
${top_distclean}; \
rm -fr autom4te.cache; \
rm -f aclocal.m4
rm -fr autom4te.cache
maintainer-clean: bootstrap-clean FRC
(cd src; $(MAKE) $(MFLAGS) maintainer-clean)
(cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)

1001
aclocal.m4 vendored Normal file

File diff suppressed because it is too large Load Diff