automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/6] Support for AC_CONFIG_MACRO_DIRS in aclocal


From: Stefano Lattarini
Subject: [PATCH 0/6] Support for AC_CONFIG_MACRO_DIRS in aclocal
Date: Sat, 3 Nov 2012 13:36:17 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]