summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-10-10 21:34:11 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-10-10 21:34:11 +0000
commit4b4ee631d1357b267dbe22bd7a6f0440027f3c08 (patch)
tree80a1c105c40d82d7d80abed3133df8a83b74febd /automake.in
parent3604deb62ff2526068dbe060083dbfdde32cf981 (diff)
downloadautomake-4b4ee631d1357b267dbe22bd7a6f0440027f3c08.tar.gz
automake-4b4ee631d1357b267dbe22bd7a6f0440027f3c08.tar.bz2
automake-4b4ee631d1357b267dbe22bd7a6f0440027f3c08.zip
* automake.in (handle_compile): Use subst, for maintainer-check.
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index ecb87e09e..cf45f2720 100755
--- a/automake.in
+++ b/automake.in
@@ -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);