2009-11-18 Robert Millan <rmh.grub@aybabtu.com>

* Makefile.in ($(srcdir)/aclocal.m4): New target.
This commit is contained in:
Robert Millan 2009-11-18 20:57:57 +00:00
parent 769ae37bfd
commit af1c0c85a7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-11-18 Robert Millan <rmh.grub@aybabtu.com>
* Makefile.in ($(srcdir)/aclocal.m4): New target.
2009-11-17 Robert Millan <rmh.grub@aybabtu.com>
* INSTALL: Document Automake is needed for bootstrap.

View File

@ -445,6 +445,9 @@ check:
.SUFFIX: .c .o .S .d
# Regenerate configure and Makefile automatically.
$(srcdir)/aclocal.m4: configure.ac acinclude.m4
cd $(srcdir) && aclocal
$(srcdir)/configure: configure.ac aclocal.m4
cd $(srcdir) && autoconf