Re: the ltdl issue(s)

2005-09-01 Thread Patrick Welche
On Thu, Sep 01, 2005 at 03:51:08PM +0200, Ralf Wildenhues wrote: > > Even better: MAKE=gmake /bin/sh -vx ./bootstrap You know my setup too well ;-) > One with a broken `make', and a `find' without `-path', I guess. > The rest should be followup failures. My find claims to have -path, but I also

Re: Running ranlib after installation - okay or not?

2005-09-01 Thread Peter O'Gorman
Ralf Wildenhues wrote: Should that be: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ?? Yes, I believe so (both CVS HEAD and branch-1-5). Unless there exists ranlib's that change file mode.. Okay, the attached pathces are applied to libtool HEAD and branch-1-5. Thank you, P

FYI: HEAD: small fixes

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 04:06:02PM CEST: > Ralf Wildenhues wrote: > > >* bootstrap: Do not use nonportable -path. > >Reported by Ralf Menzel <[EMAIL PROTECTED]>. > > Yep. Please commit! > > >* libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77) > >

Re: HEAD: small fixes

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: A couple of small issues: [[snip]] OK to apply them? * bootstrap: Do not use nonportable -path. Reported by Ralf Menzel <[EMAIL PROTECTED]>. Yep. Please commit! * libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77) (_LT_PROG_FC): a

Re: the ltdl issue(s)

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:34:26PM CEST: > Patrick Welche wrote: > >On Thu, Aug 18, 2005 at 07:31:31PM +0200, Ralf Wildenhues wrote: > > > >I just tried to bootstrap a clean checkout of today's libtool cvs > >with current cvs autotools, and seem to encounter some of the iss

Re: the ltdl issue(s)

2005-09-01 Thread Gary V. Vaughan
Patrick Welche wrote: On Thu, Aug 18, 2005 at 07:31:31PM +0200, Ralf Wildenhues wrote: A little rant: There are just too many combinations. (There is also useful information at the end, after the ##). Suppose you would like to use libltdl. You could: ... I just tried to bootstrap a cl

HEAD: small fixes

2005-09-01 Thread Ralf Wildenhues
A couple of small issues: a) On Solaris, `find' does not understand non-POSIX option `-path'. I believe testing against "-name '{arch}'" should be safe, right? b) aclocal-1.8 of standalone libltdl fails with | aclocal: macro `_LT_PROG_CXX' required but not defined | aclocal: macro `_LT_PROG_F77'

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 03:43:18PM CEST: * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. Did you mailnotify script go crazy now?

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 03:43:18PM CEST: > > Okay to commit? > > * libtoolize.m4sh (func_scan_files): When searching for evidence > of Autotools in aclocal.m4, be careful not to trip over requires > and defuns. Did you mailnotify script go craz

Re: the ltdl issue(s)

2005-09-01 Thread Patrick Welche
On Thu, Aug 18, 2005 at 07:31:31PM +0200, Ralf Wildenhues wrote: > A little rant: There are just too many combinations. > (There is also useful information at the end, after the ##). > > Suppose you would like to use libltdl. You could: ... I just tried to bootstrap a clean checkout of toda

Re: FYI: use correct --with{, out}-pic in docs [libtool--devo--1.0--patch-247]

2005-09-01 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Applied to HEAD and branch-1-5. from Gary V. Vaughan <[EMAIL PROTECTED]> * doc/libtool.texi (LT_INIT): Fix a logical error with documentation of --with-pic vs --without-pic. Err... AC_LIBTOOL_PICMODE is undocumented in branch-1-5, so there was no pa

fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Researc

FYI: HEAD: Kill two showstoppers at once

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 02:45:32PM CEST: > Ralf Wildenhues wrote: > > >>Ah, okay. We just need to move the _LT_SET_OPTIONS up the expansion > >>stack. If it didn't take arguments we could just AC_REQUIRE a > >>wrapper, > > > >Isn't that what the optional secon

FYI: use correct --with{, out}-pic in docs [libtool--devo--1.0--patch-247]

2005-09-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD and branch-1-5. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-247 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-247 A {arch}/libtool/libtool--gary/libtool--gary--1.0/[EMAIL PROTECTED]/pa

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 11:09:31AM CEST: Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: Okay to commit to HEAD? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in ac

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 12:18:06PM CEST: > Ralf Wildenhues wrote: > > >>>No, I don't know how to fix it right; maybe allow the user > >>>to give the correct answer himself? > > > >You still don't like this, do you? Fixing up over a broken libtoolize > >that tries to be sma

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Noah Misch wrote on Tue, Aug 30, 2005 at 07:26:14PM CEST: On Tue, Aug 30, 2005 at 12:30:35PM +0100, Gary V. Vaughan wrote: * libltdl/m4/options.m4 (_LT_WITH_PIC): Renamed... (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure option

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 11:09:31AM CEST: > Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: > > > >>Okay to commit to HEAD? > >> > >> * libtoolize.m4sh (func_scan_files): When searching for > >> evidence of Autotools in a

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-09-01 Thread Ralf Wildenhues
* Noah Misch wrote on Tue, Aug 30, 2005 at 07:26:14PM CEST: > On Tue, Aug 30, 2005 at 12:30:35PM +0100, Gary V. Vaughan wrote: > > * libltdl/m4/options.m4 (_LT_WITH_PIC): Renamed... > > (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure > > option is now `--enable-pic', sinc

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: Okay to commit to HEAD? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. It

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: > Okay to commit to HEAD? > > * libtoolize.m4sh (func_scan_files): When searching for > evidence of Autotools in aclocal.m4, be careful not to trip > over requires and defuns. It makes things bette