automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure dependencies, and version.texi dependencies (PR/358).


From: Alexandre Duret-Lutz
Subject: Re: configure dependencies, and version.texi dependencies (PR/358).
Date: 04 Oct 2002 21:27:04 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

 adl>   For PR automake/358:
 adl>   * lib/am/texi-vers.am (%STAMPVTI%): Depend on configure instead of
 adl>   configure.ac.
 adl>   Suggested by Thien-Thi Nguyen.
 adl>   * lib/am/configure.am ($(srcdir)/configure): Depends on
 adl>   %CONFIGURE_DEPS%
 adl>   * automake.in (@configure_deps): New array.
 adl>   (scan_autoconf_traces): Scan for m4_include and m4_sinclude,
 adl>   and fill @configure_deps.
 adl>   (handle_configure): Substitute %CONFIGURE_DEPS%.
 adl>   Distribute @configure_deps.
 adl>   * tests/version7.texi: New file.
 adl>   * tests/Makefile.am (TESTS): Add version7.test.

Addedum, so `make check' is happy:

        * tests/vtexi.test: Adjust.

Index: tests/vtexi.test
===================================================================
RCS file: /cvs/automake/automake/tests/vtexi.test,v
retrieving revision 1.12
diff -u -r1.12 vtexi.test
--- tests/vtexi.test    8 Sep 2002 13:07:56 -0000       1.12
+++ tests/vtexi.test    4 Oct 2002 19:24:51 -0000
@@ -54,7 +54,7 @@
 # @CONFIGURE_AC@ was not properly substitued.
 
 $EGREP '^stamp-vti:.*textutils\.texi( .*)?$' Makefile.in
-$EGREP '^stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in
+$EGREP '^stamp-vti:.*\$\(top_srcdir\)/configure( .*)?$' Makefile.in
 
 
 # Check that the path to mdate-sh is correct.  Over escaping of `$'
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]