Re: [PATCH] AC_CONFIG_MACRO_DIRS: improve tracing and add sanity checks

2012-11-09 Thread Eric Blake
On 11/09/2012 03:53 PM, Eric Blake wrote: > Too many legacy tools exist for us to unilaterally quit supporting > AC_CONFIG_MACRO_DIR - it is feasible for someone to want their > package to bootstrap with both automake 1.13 and libtool 2.4.2, > where the newer automake will only trace the new style

Re: [PATCH 1/6] aclocal: multiple local m4 macro dirs with AC_CONFIG_MACRO_DIRS

2012-11-09 Thread Stefano Lattarini
Hi Eric, thanks for the feedback. On 11/09/2012 09:31 PM, Eric Blake wrote: > On 11/03/2012 06:36 AM, Stefano Lattarini wrote: >> A new macro 'AC_CONFIG_MACRO_DIRS' has been recently introduced in >> autoconf (and is expected to appear in the autoconf 2.70 release), >> allowing us to declare sever

Re: [PATCH 1/6] aclocal: multiple local m4 macro dirs with AC_CONFIG_MACRO_DIRS

2012-11-09 Thread Eric Blake
On 11/03/2012 06:36 AM, Stefano Lattarini wrote: > A new macro 'AC_CONFIG_MACRO_DIRS' has been recently introduced in > autoconf (and is expected to appear in the autoconf 2.70 release), > allowing us to declare several local m4 macro directories for a > package. > > @@ -731,7 +731,8 @@ sub trace