]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (handle_configure): Rename am__configure_deps
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 27 Oct 2003 07:52:00 +0000 (07:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 27 Oct 2003 07:52:00 +0000 (07:52 +0000)
commit0768132f844f8b420765732b5c55472ed30940e9
tree26683d537937947f0235131271ae0d7eebec19ed
parentbf318d28ab3fcb31cab52c7f1f00bb391a68d1d4
* automake.in (handle_configure): Rename am__configure_deps
as am__aclocal_m4_deps and include $(ACLOCAL_M4_SOURCES) and
$configure_ac.  Define am__configure_deps as am__aclocal_m4_deps
+ $(CONFIGURE_DEPENDENCIES) + $(ACLOCAL_M4).  Do not define
ACLOCAL_M4_DEPS while processing configure.am.
(make_paragraphs): Do not define %CONFIGURE_AC%, now unused.
(scan_aclocal_m4): Do not distribute aclocal.m4, this
is done from lib/am/configure.am.
* lib/am/configure.am (%MAKEFILE-IN%, DIST_COMMON,
$(top_srcdir)/configure, $(ACLOCAL_M4)): Simplify using
$(am__configure_deps) or $(am__aclocal_m4_deps).
* lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Likewise.
12 files changed:
ChangeLog
Makefile.in
automake.in
doc/Makefile.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/configure.am
lib/am/remake-hdr.am
m4/Makefile.in
tests/Makefile.in