RE: autoconf's -I flag in simple configure.ac cases

2020-09-27 Thread Jannick
On Sun, 27 Sep 2020 11:25:07 -0400, Zack Weinberg wrote: > If you want to not have to write the m4_include yourself, you need `aclocal`, > Hope this helps. Absolutely - nice and clean. I'll take the solution with aclocal. Many thanks, J.

Re: autoconf's -I flag in simple configure.ac cases

2020-09-27 Thread Zack Weinberg
On Sun, Sep 27, 2020 at 10:53 AM Jannick wrote: > > it appears that autoconf's -I flag does not show any effect in simple cases > (namely simple test cases without AC_CONFIG_MACRO_DIRS which implies other > dependencies like AM_INIT_AUTOMAKE). > > The simple example below shows that autoconf pass