]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__aclocal_m4_deps -> am.remake.aclocal-m4-deps
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 16:10:04 +0000 (18:10 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 16:10:09 +0000 (18:10 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/configure.am

index e238106f246922c8016d9e9b1dd11c2febcb8b48..1a45aa0e32c8e6b68f689ae8273e8fb26f0426b8 100644 (file)
@@ -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);
 
index 34b2d32d7b12be103df40c5fa13259fdf8fa958b..cab6595de554be15718f2a89370b50a9d60ac5b6 100644 (file)
@@ -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%