'AM_SET_LEADING_DOT' and AC_SUBST'd variable 'am__leading_dot' have
been removed.
+* The Automake-defined internal make variable '$(ACLOCAL_M4)' has been
+ renamed to '$(am.remake.aclocal-m4)', and should be considered an
+ internal detail.
+
Source Files with Unknown Extensions
====================================
if (-f 'aclocal.m4')
{
- define_variable ("ACLOCAL_M4", INTERNAL, '$(top_srcdir)/aclocal.m4');
+ define_variable ("am.remake.aclocal-m4", INTERNAL,
+ '$(top_srcdir)/aclocal.m4');
my $aclocal = new Automake::XFile "< aclocal.m4";
my $line = $aclocal->getline;
@configure_deps, '$(top_srcdir)/' . $configure_ac);
my @configuredeps = ('$(am.remake.aclocal-m4-deps)',
'$(CONFIGURE_DEPENDENCIES)');
- push @configuredeps, '$(ACLOCAL_M4)' if -f 'aclocal.m4';
+ push @configuredeps, '$(am.remake.aclocal-m4)' if -f 'aclocal.m4';
define_variable ('am.remake.configure-deps', INTERNAL, @configuredeps);
my $automake_options = '--' . $strictness_name .
## 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.remake.aclocal-m4-deps)
+$(am.remake.aclocal-m4): %MAINTAINER-MODE% $(am.remake.aclocal-m4-deps)
?TOPDIR_P? cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
?!TOPDIR_P? cd $(top_builddir) && $(MAKE) .am/nil
echo "$me: Generated by aclocal ..."
$AUTOMAKE
-grep '^\$(ACLOCAL_M4):' Makefile.in
+grep '^\$(am\.remake\.aclocal-m4):' Makefile.in
echo "$me: Not generated by aclocal ..."
# Pretend it is not from aclocal (remove the signature),
sed -n '3,$p' aclocal.m4 >aclocal.m4t
mv -f aclocal.m4t aclocal.m4
$AUTOMAKE
-grep '^\$(ACLOCAL_M4):' Makefile.in && exit 1
+$FGREP '$(am.remake.aclocal-m4):' Makefile.in && exit 1
: