summaryrefslogtreecommitdiff
path: root/lib/am/texi-vers.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-03-05 14:41:08 +0000
committerAkim Demaille <akim@epita.fr>2001-03-05 14:41:08 +0000
commit51c688718547239462be093bdade3c4b9d77bd3b (patch)
tree9b858bc2a34404f06a2bf9d94c2c3f5d4855240d /lib/am/texi-vers.am
parentf4d5ba0b97b83668b18a480a545bc29108c6a073 (diff)
downloadautomake-51c688718547239462be093bdade3c4b9d77bd3b.tar.gz
* configure.am: New file.
* automake.in (&file_contents): Transform CONFIGURE-AC. (&handle_texinfo, &handle_configure): Don't transform CONFIGURE_AM. (&handle_configure): Use `configure.am'. * remake-hdr.am, remake.am, texi-vers.am: Adjust to MAINTAINER-MODE and CONFIGURE-AC.
Diffstat (limited to 'lib/am/texi-vers.am')
-rw-r--r--lib/am/texi-vers.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am
index 67d251ff4..fb0414c70 100644
--- a/lib/am/texi-vers.am
+++ b/lib/am/texi-vers.am
@@ -16,13 +16,13 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-?MAINTAINER_MODE?$(srcdir)/%VTEXI%: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-%VTI%
-?!MAINTAINER_MODE?$(srcdir)/%VTEXI%: $(srcdir)/stamp-%VTI%
+?MAINTAINER-MODE?$(srcdir)/%VTEXI%: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-%VTI%
+?!MAINTAINER-MODE?$(srcdir)/%VTEXI%: $(srcdir)/stamp-%VTI%
@:
-## Depend on %CONFIGURE_AC% so that version number updates cause a
+## Depend on %CONFIGURE-AC% so that version number updates cause a
## rebuild.
-$(srcdir)/stamp-%VTI%: %TEXI% $(top_srcdir)/%CONFIGURE_AC%
+$(srcdir)/stamp-%VTI%: %TEXI% $(top_srcdir)/%CONFIGURE-AC%
@(set `$(SHELL) %MDDIR%mdate-sh $(srcdir)/%TEXI%`; \
echo "@set UPDATED $$1 $$2 $$3"; \
echo "@set UPDATED-MONTH $$2 $$3"; \
@@ -43,7 +43,7 @@ mostlyclean-%VTI%:
maintainer-clean-am: maintainer-clean-%VTI%
maintainer-clean-%VTI%:
-?MAINTAINER_MODE?@MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-%VTI% $(srcdir)/%VTEXI%
-?!MAINTAINER_MODE? -rm -f $(srcdir)/stamp-%VTI% $(srcdir)/%VTEXI%
+?MAINTAINER-MODE?@MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-%VTI% $(srcdir)/%VTEXI%
+?!MAINTAINER-MODE? -rm -f $(srcdir)/stamp-%VTI% $(srcdir)/%VTEXI%
.PHONY: mostlyclean-%VTI% maintainer-clean-%VTI%