$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);
## 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%