Let Automake support `configure.ac'.
[platform/upstream/automake.git] / lib / am / texi-vers.am
index 5190157..5956ecd 100644 (file)
@@ -18,9 +18,9 @@
 $(srcdir)/@VTEXI@: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-@VTI@
        @:
 
-## Depend on configure.in 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.in
+$(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"; \
@@ -44,4 +44,3 @@ distclean-@VTI@:
 
 maintainer-clean-@VTI@:
        -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-@VTI@ $(srcdir)/@VTEXI@
-