autoreconf does not export -I option to aclocal

2007-04-25 Thread Andrey Simonenko
Hello, Autoreconf (from 2.61) does not export -I option to aclocal: --- autoreconf.in.orig Mon Oct 16 23:58:44 2006 +++ autoreconf.in Tue Apr 24 07:32:05 2007 @@ -184,6 +184,7 @@ # Dispatch autoreconf's option to the tools. # --include; + $aclocal.= join (' -I ', '', @include)

Re: autoreconf does not export -I option to aclocal

2007-04-25 Thread Stepan Kasal
Hello, On Wed, Apr 25, 2007 at 12:54:20PM +0300, Andrey Simonenko wrote: > Autoreconf (from 2.61) does not export -I option to aclocal: > > --- autoreconf.in.origMon Oct 16 23:58:44 2006 > +++ autoreconf.in Tue Apr 24 07:32:05 2007 > @@ -184,6 +184,7 @@ > ># Dispatch autoreconf'