depcomp and libtool on AIX

2006-10-17 Thread Ralf Wildenhues
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

Re: fix coreutils' "make distcheck": remove AC_CONFIG_LIBOBJ_DIR(lib)

2006-10-17 Thread Ralf Wildenhues
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?

Re: fix coreutils' "make distcheck": remove AC_CONFIG_LIBOBJ_DIR(lib)

2006-10-17 Thread Stepan Kasal
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>