On AIX, --disable-static is the default for libtool (for some reason
not important for the following issue). This exposed a bug in depcomp.
So let's try this systematically, by testing both --disable-shared and
--disable-static, and fixing the fallout. I think doing a third test
without either s
Hello Stepan,
* Stepan Kasal wrote on Tue, Oct 17, 2006 at 12:02:05PM CEST:
>
> I think that the patch has broken the error message in the
> procedure. Attached is a proposed patch.
Thanks. With the typo in your patch fixed, and testsuite exposure
added as below, OK for HEAD and branch-1-10?
Hello Ralf,
On Sat, Oct 14, 2006 at 07:12:53PM +0200, Ralf Wildenhues applied:
> > RW> * automake.in (handle_LIBOBJS_or_ALLOCA): If we are in the
> > RW> LIBOBJDIR, then we should not add a DEPDIR prefix.
> > RW> * tests/pr401.test: Update test.
> > RW> * tests/pr401b.test: Likewise.
> > RW>