summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-22 18:10:04 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-22 18:10:09 +0200
commit21cccd322a1676874c111dde94e81bebf0ed1873 (patch)
treed01f0fb8c03880262aafc4faaa9138475daeb918 /lib
parentb0aa3214c7588320101c604b36a65f7bf1395998 (diff)
downloadautomake-21cccd322a1676874c111dde94e81bebf0ed1873.tar.gz
[ng] rename: am__aclocal_m4_deps -> am.remake.aclocal-m4-deps
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/am/configure.am4
1 files changed, 2 insertions, 2 deletions
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%