summaryrefslogtreecommitdiff
path: root/lib/am/configure.am
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-07-22 08:48:18 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-07-22 08:48:18 +0000
commitd0ebf7129536c9b2fa6333237378a61bf5063526 (patch)
treecc062c1784fc02f0f471b209cf1c77d768e79597 /lib/am/configure.am
parent0ee0ac50d8da5b8809bac38bb35313d71cc0fac2 (diff)
downloadautomake-d0ebf7129536c9b2fa6333237378a61bf5063526.tar.gz
* lib/am/configure.am (%?REGEN-ACLOCAL-M4%): New target
$(am__aclocal_m4_deps) without any dependencies, to avoid the "deleted .m4 file" problem. * tests/acloca22.test: New test. * tests/Makefile.am: Update. * NEWS: Update.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r--lib/am/configure.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/am/configure.am b/lib/am/configure.am
index b2926e3d4..1e10de856 100644
--- a/lib/am/configure.am
+++ b/lib/am/configure.am
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Free Software
+## Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -117,6 +118,9 @@ if %?REGEN-ACLOCAL-M4%
$(ACLOCAL_M4): %MAINTAINER-MODE% $(am__aclocal_m4_deps)
?TOPDIR_P? cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
?!TOPDIR_P? cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+## Avoid the "deleted header file" problem for the dependencies.
+$(am__aclocal_m4_deps):
endif %?REGEN-ACLOCAL-M4%