From: Stefano Lattarini Date: Sun, 22 Jul 2012 16:10:04 +0000 (+0200) Subject: [ng] rename: am__aclocal_m4_deps -> am.remake.aclocal-m4-deps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cccd322a1676874c111dde94e81bebf0ed1873;p=thirdparty%2Fautomake.git [ng] rename: am__aclocal_m4_deps -> am.remake.aclocal-m4-deps Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index e238106f2..1a45aa0e3 100644 --- a/automake.in +++ b/automake.in @@ -3616,9 +3616,10 @@ sub handle_configure ($$$@) $colon_infile = '' if $colon_infile eq ":$makefile.in"; my @rewritten = rewrite_inputs_into_dependencies ($makefile, @inputs); my $regen_aclocal_m4 = scan_aclocal_m4; - define_variable ('am__aclocal_m4_deps', INTERNAL, + define_variable ('am.remake.aclocal-m4-deps', INTERNAL, @configure_deps, '$(top_srcdir)/' . $configure_ac); - my @configuredeps = ('$(am__aclocal_m4_deps)', '$(CONFIGURE_DEPENDENCIES)'); + my @configuredeps = ('$(am.remake.aclocal-m4-deps)', + '$(CONFIGURE_DEPENDENCIES)'); push @configuredeps, '$(ACLOCAL_M4)' if -f 'aclocal.m4'; define_variable ('am__configure_deps', INTERNAL, @configuredeps); diff --git a/lib/am/configure.am b/lib/am/configure.am index 34b2d32d7..cab6595de 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -107,12 +107,12 @@ $(top_srcdir)/configure: %MAINTAINER-MODE% $(am__configure_deps) ## we should hopefully be able to get rid of it in a not-so-distant ## future. if %?REGEN-ACLOCAL-M4% -$(ACLOCAL_M4): %MAINTAINER-MODE% $(am__aclocal_m4_deps) +$(ACLOCAL_M4): %MAINTAINER-MODE% $(am.remake.aclocal-m4-deps) ?TOPDIR_P? cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) ?!TOPDIR_P? cd $(top_builddir) && $(MAKE) .am/nil ## Avoid the "deleted header file" problem for the dependencies. -$(am__aclocal_m4_deps): +$(am.remake.aclocal-m4-deps): endif %?REGEN-ACLOCAL-M4%