2002-07-31 Charles Wilson <cwilson@ece.gatech.edu>
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 31 Jul 2002 19:58:26 +0000 (19:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 31 Jul 2002 19:58:26 +0000 (19:58 +0000)
commit0b7fbfaaf2f725be356577a812ed34dee5fdaa9c
tree15f0830bc6f8c3d42755badf8e93d7b1c7a1533c
parent675e25d14f4e15adaff34897ad2d0858505b10fc
2002-07-31  Charles Wilson  <cwilson@ece.gatech.edu>

        * aclocal.in (parse_arguments): Add support for extending
        default macro search path, using a `dirlist' file within
        the aclocal directory.
        * automake.texi (Invoking aclocal): Move option descriptions into ...
        (aclocal options): ... this new node.
        (Macro search path): New node.
        * tests/dirlist.test: New file.
        * tests/Makefile.am (TESTS): Add dirlist.test.
        * m4/dirlist: New file.
        * m4/Makefile.am (EXTRA_DIST): Add dirlist.
        * tests/defs: Honor any installed dirlist when searching for
        libtool.m4 and gettext.m4.
13 files changed:
ChangeLog
NEWS
aclocal.in
automake.texi
m4/Makefile.am
m4/Makefile.in
m4/dirlist [new file with mode: 0644]
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/defs
tests/dirlist.test [new file with mode: 0755]
version.texi