summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2006-08-30 18:50:38 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2006-08-30 18:50:38 +0000
commit8ae25d96fddea93d469d9b86c78519245dc911d8 (patch)
treeeab3ecefaa0e8cabf8226ea0cec85aafc716a737 /aclocal.m4
parentf83d84f889456cdce7e9741d5e87d8f305b631d1 (diff)
downloadautomake-8ae25d96fddea93d469d9b86c78519245dc911d8.tar.gz
For PR automake/500:
* automake.in (handle_compile) <$default_includes>: Do not output the same -I twice. Use @am__isrc@ instead of ` -I$(srcdir)'. * m4/init.m4: Define am__isrc as ` -I$(srcdir)' only in non-VPATH builds since we always have `-I.'. * tests/subpkg.test: Make sure config headers are found in VPATH and non-VPATH builds.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 33c5a750f..d5f9e1688 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -25,4 +25,5 @@ m4_include([m4/options.m4])
m4_include([m4/runlog.m4])
m4_include([m4/sanity.m4])
m4_include([m4/strip.m4])
+m4_include([m4/substnot.m4])
m4_include([m4/tar.m4])