automake-patches
[Top][All Lists]
Advanced

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

FYI: fix maintainer-check


From: Ralf Wildenhues
Subject: FYI: fix maintainer-check
Date: Tue, 10 Oct 2006 23:34:17 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

I installed this in order to please:

$ make maintainer-check
[...]
Unresolved @...@ substitution in automake

Cheers,
Ralf

2006-10-10  Ralf Wildenhues  <address@hidden>

        * automake.in (handle_compile): Use subst, for maintainer-check.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1631
diff -u -r1.1631 automake.in
--- automake.in 30 Aug 2006 20:35:56 -0000      1.1631
+++ automake.in 10 Oct 2006 07:09:08 -0000
@@ -2318,7 +2322,7 @@
        # instead.  It will be replaced by '-I.' or '-I. -I$(srcdir)'.
        # Items in CONFIG_HEADER are never in $(srcdir) so it is safe
        # to just append @address@hidden
-       $default_includes = ' ' . uniq (@incs) . '@am__isrc@';
+       $default_includes = ' ' . uniq (@incs) . subst ('am__isrc');
       }
 
     my (@mostly_rms, @dist_rms);




reply via email to

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