This series builds over this autoconf patch series: <http://lists.gnu.org/archive/html/autoconf-patches/2012-11/msg00015.html>
Further details and references should be given in the commit messages of the individual patches. Stefano Lattarini (6): aclocal: multiple local m4 macro dirs with AC_CONFIG_MACRO_DIRS aclocal: diagnose non-existing directories in AC_CONFIG_MACRO_DIRS better tests: better coverage for AC_CONFIG_MACRO_DIRS aclocal: smash newlines in arguments of traced macros coverage: expose a bug in aclocal (spurious warnings) aclocal: avoid spurious warnings from autom4te with AC_CONFIG_MACRO_DIRS aclocal.in | 84 ++++++----- configure.ac | 15 ++ t/acloca17.sh | 41 ------ t/aclocal-macrodir.tap | 60 +++++++- t/aclocal-macrodirs.tap | 375 ++++++++++++++++++++++++++++++++++++++++++++++++ t/list-of-tests.mk | 3 +- t/subpkg-macrodir.sh | 93 ++++++++++++ 7 files changed, 591 insertions(+), 80 deletions(-) delete mode 100755 t/acloca17.sh create mode 100755 t/aclocal-macrodirs.tap create mode 100755 t/subpkg-macrodir.sh -- 1.8.0