Guido Draheim wrote:
> Es schrieb Guido Draheim:
>
>>Es schrieb Troy Cauble:
>>>
>>>In the middle of this large autoconf based project
>>>there's a third party module that does not use autoconf.
>>>"./configure" style builds work because make just finds
>>>the stock Makefile in the source direct
Es schrieb Guido Draheim:
>
> Es schrieb Troy Cauble:
> >
> > I am cleaning up some autoconf scripts to support
> > multiple builds against the same source, as in
> >
> >mkdir build_dir1
> >cd build_dir1
> >../configure
> >
> > In the middle of this large autoconf based project
> > th
Es schrieb Troy Cauble:
>
> I am cleaning up some autoconf scripts to support
> multiple builds against the same source, as in
>
>mkdir build_dir1
>cd build_dir1
>../configure
>
> In the middle of this large autoconf based project
> there's a third party module that does not use aut
I am cleaning up some autoconf scripts to support
multiple builds against the same source, as in
mkdir build_dir1
cd build_dir1
../configure
In the middle of this large autoconf based project
there's a third party module that does not use autoconf.
"./configure" style builds work becau