Re: vpath / Re: ../configure question

2002-09-06 Thread Troy Cauble
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

vpath / Re: ../configure question

2002-09-06 Thread Guido Draheim
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

Re: ../configure question

2002-09-06 Thread 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 > there's a third party module that does not use aut

../configure question

2002-09-05 Thread 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 autoconf. "./configure" style builds work becau