bug#14685: aclocal and AC_CONFIG_MACRO_DIR

2013-06-22 Thread Stefano Lattarini
Hi Diego, thanks for chiming in. On 06/22/2013 12:19 PM, Diego Elio Pettenò wrote: > Hi Werner, > > AC_CONFIG_MACRO_DIR expects a single directory (it's used by among other > libtool to put its m4 files). > > AC_CONFIG_MACRO_DIRS is the one you want to use (plural form). > > HTH > I think you'

bug#14685: aclocal and AC_CONFIG_MACRO_DIR

2013-06-22 Thread Stefano Lattarini
On 06/22/2013 09:44 AM, Werner LEMBERG wrote: > >> That's because AC_CONFIG_MACRO_DIR (provided by Autoconf) is only >> meant to accept one directory as its argument. For two or more >> dirs, you should use AC_CONFIG_MACRO_DIRS instead (which BTW also >> works if only one dir is given, so I'd sug

bug#14685: aclocal and AC_CONFIG_MACRO_DIR

2013-06-22 Thread Werner LEMBERG
> That's because AC_CONFIG_MACRO_DIR (provided by Autoconf) is only > meant to accept one directory as its argument. For two or more > dirs, you should use AC_CONFIG_MACRO_DIRS instead (which BTW also > works if only one dir is given, so I'd suggest you to > unconditionally prefer it over AC_CONF

bug#14685: aclocal and AC_CONFIG_MACRO_DIR

2013-06-21 Thread Stefano Lattarini
severity 14685 minor thanks On 06/21/2013 10:19 PM, Werner LEMBERG wrote: > > [automake 1.14] > > [erroneously sent to the `automake' list] > > It seems that there are problems if AC_CONFIG_MACRO_DIR contains more > than a single directory. > That's because AC_CONFIG_MACRO_DIR (provided by Auto