On Jan 29, 2001, "Andreas Wendt" <[EMAIL PROTECTED]> wrote:

> If somebody has an easy and quick solution for this I would appreciate it
> very much (I dont't want to hacl libtool if possible).

The GNU way to do it is to run configure within each build directory.
For example:

mkdir /tmp/build-1
cd /tmp/build-1
/path/to/srcdir/configure ...
make

mkdir /tmp/build-2
cd /tmp/build-2
/path/to/srcdir/configure ...
make

cd /path/to/srcdir
mkdir build-3
cd build-3
../cofnigure ...
make

...


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to