automake-patches
[Top][All Lists]
Advanced

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

no-anonymous-require-file.patch


From: Alexandre Duret-Lutz
Subject: no-anonymous-require-file.patch
Date: 07 Dec 2001 21:59:33 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

% automake --force-missing --add-missing
configure.ac: installing `tools/install-sh'
configure.ac: installing `tools/mkinstalldirs'
configure.ac: installing `tools/missing'
configure.ac:30: installing `tools/config.guess'
configure.ac:30: installing `tools/config.sub'
: installing `./INSTALL'
: installing `./COPYING'

What should go before these colons? `$am_file.am' or `$me'?  (In
case the answer is `$me', should there be a `$me:' prepended to
`configure.ac:' too?)

Index: ChangeLog
from  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (check_gnu_standards, check_gnits_standards): Pass
        "$am_file.am" as WHERE argument to require_file.

Index: automake.in
===================================================================
RCS file: /home/adl/CVSROOT/automake-20011205-1931/automake.in,v
retrieving revision 1.1
diff -u -r1.1 automake.in
--- automake.in 5 Dec 2001 18:31:20 -0000 1.1
+++ automake.in 7 Dec 2001 20:48:17 -0000
@@ -4927,7 +4927,7 @@
     if ($relative_dir eq '.')
     {
        # In top level (or only) directory.
-       require_file ('', GNU,
+       require_file ("$am_file.am", GNU,
                      qw(INSTALL NEWS README COPYING AUTHORS ChangeLog));
     }
 
@@ -4952,7 +4952,7 @@
     if ($relative_dir eq '.')
     {
        # In top level (or only) directory.
-       require_file ('', GNITS, 'THANKS');
+       require_file ("$am_file.am", GNITS, 'THANKS');
     }
 }
 

-- 
Alexandre Duret-Lutz



reply via email to

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