* automake.in (handle_compile): Use subst, for maintainer-check.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Oct 2006 21:34:11 +0000 (21:34 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Oct 2006 21:34:11 +0000 (21:34 +0000)
ChangeLog
automake.in

index c9b800810b47372dca50df2f486399cce91b50cc..fe982d9de84ff310c91bd5a70c30cc07bbdcffd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * automake.in (handle_compile): Use subst, for maintainer-check.
+
 2006-10-09  andi5.py@gmx.net  (tiny change)
 
        For PR automake/505:
index ecb87e09e130a29696d93f8e8926836c66fcfe95..cf45f2720386983b5cc045e33df97ccedd4a040e 100755 (executable)
@@ -2318,7 +2318,7 @@ sub handle_compile ()
        # 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 @am__isrc@.
-       $default_includes = ' ' . uniq (@incs) . '@am__isrc@';
+       $default_includes = ' ' . uniq (@incs) . subst ('am__isrc');
       }
 
     my (@mostly_rms, @dist_rms);