diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2006-08-30 18:50:38 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2006-08-30 18:50:38 +0000 |
commit | 8ae25d96fddea93d469d9b86c78519245dc911d8 (patch) | |
tree | eab3ecefaa0e8cabf8226ea0cec85aafc716a737 /aclocal.m4 | |
parent | f83d84f889456cdce7e9741d5e87d8f305b631d1 (diff) | |
download | automake-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.m4 | 1 |
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]) |