fix path search initialisation bugs [libtool--gary--1.0--patch-9]

2005-03-20 Thread Gary V. Vaughan
the source tree. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/aut

fix path search bugs in func_copy_some_files [libtool--gary--1.0--patch-8]

2005-03-20 Thread Gary V. Vaughan
-- move on to the next file! - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/aut

propogate --debug [libtool--gary--1.0--patch-10]

2005-03-20 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libtoolize.m4sh: Propogate --debug flag to sub-libtoolizes. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gn

Re: fix path search initialisation bugs [libtool--gary--1.0--patch-9]

2005-03-20 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the reviews :-) Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Sun, Mar 20, 2005 at 05:01:01PM CET: > >>Okay to commit? > > > This is getting more and more complicated.. > but yes. There is an alternative to the complicated part of this patc

Re: CC can be a program name *with arguments*

2005-03-21 Thread Gary V. Vaughan
more complex than your patch. Thankyou! And yes, please do commit. > 2005-05-21 Gary V. Vaughan <[EMAIL PROTECTED]>, > Ralf Wildenhues <[EMAIL PROTECTED]> > > * m4/libtool.m4 (_LT_SETUP, _LT_LANG_CXX_CONFIG, * _LT_LANG_F77_CONFIG): > For matchi

Re: FYI: branch-1-5 libtool.m4 cleanup

2005-03-22 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: > Applied to branch-1-5. No semantic changes. Do you (or anyone else) think it is worth annotating formating changes like this in ChangeLog, analagously to the "(tiny change)" annotation? Cheers, Gary. -- Gary V. Vaughan ())_. [EM

Re: FYI: branch-1-5 libtool.m4 cleanup

2005-03-22 Thread Gary V. Vaughan
k > standpoint, it surely qualified as such. Okay. Well, if you feel like adding it next time you're committing feel free :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: fix path search initialisation bugs [libtool--gary--1.0--patch-9]

2005-03-24 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: >>Ralf Wildenhues wrote: >> >>>* Gary V. Vaughan wrote on Sun, Mar 20, 2005 at 05:01:01PM CET: >>> >>>>Okay to commit? >>> >>>This is getting more and more complicated.. >>>but yes. >> &

Re: platform specific notes

2005-03-24 Thread Gary V. Vaughan
igure is called. Since bootstrap already hacks up some quick and dirty makefiles, running 'make notes.txt' with an appropriate environment from the right point in bootstrap should do the trick. That done, please commit. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL P

simplify libtoolize path fiddling [libtool--gary--1.0--patch-11]

2005-03-24 Thread Gary V. Vaughan
ll callers. (--install): Don't blindly copy all config files. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources

Re: simplify libtoolize path fiddling [libtool--gary--1.0--patch-11]

2005-03-25 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, Thanks again for the review! > * Gary V. Vaughan wrote on Thu, Mar 24, 2005 at 06:16:33PM CET: > >>Okay to commit? >> >> Most of the hair introduced ostensibly to enable testing of >> uninstalled libto

Re: platform specific notes

2005-03-29 Thread Gary V. Vaughan
ght place to document a GNU package. Unless you wanted to add a libtoolize option to copy it into a package's source tree... as LIBTOOL maybe? That might help to raise the profile of the notes section, and generate more bug reports against it so we can keep it up to date. I have no strong fe

Re: libtoolize bugs in HEAD

2005-03-29 Thread Gary V. Vaughan
s like the version timestamp variable in install-sh has a different name to the one I tested with. I'll post a patch presently. Do you want me to make any changes to gary--1.0--patch-11 before committing to HEAD btw? > libtoolize: copying file `./ltmain.sh' > > of which

fix libtoolize serial comparisons [libtool--gary--1.0--patch-12]

2005-03-29 Thread Gary V. Vaughan
expressions to not use unportable ? modifier. (func_install_update): New serial number based file updater keyed of 'scriptversion' variable in install-sh. Adjust all callers. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ h

Re: libtoolize bugs in HEAD

2005-03-31 Thread Gary V. Vaughan
another mail. I don't have much time ATM. http://lists.gnu.org/archive/html/libtool-patches/2005-03/msg00223.html Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.

Re: libtool.m4 option to use installed libtool

2005-04-01 Thread Gary V. Vaughan
cation case $LIBTOOL in # Skip libtool configury if the user specifies an alternate libtool [[\\/$]* | ?:[[\\/]]*) ;; *) LIBTOOL='$(SHELL) $(top_buildir)/libtool' # Set options _LT_SET_OPTIONS([$1])dnl _LT_SETUP ;; esac AC_SUBST([LIBTOOL])dnl # Only expand once: m4

Re: fix libtoolize serial comparisons [libtool--gary--1.0--patch-12]

2005-04-01 Thread Gary V. Vaughan
[ ]*$,\1,; p; >>+}; d'] >>+ > > > I'm sure there's a reason for the embedded single quotes. I just can't see > it. > There are no quotes in config/ltmain.sh For consistency with the regexps in the other func_*_update functions, and

FYI: fix libtoolize m4 installation bug [libtool--devo--1.0--patch-101]

2005-04-01 Thread Gary V. Vaughan
-13 M Makefile.am M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * Makefile.am (libtoolize): Substitute $(nobase_pkgvdata_DATA). pkgvmacro_DATA is no longer set in the makefile. * libtooliz

Re: libtoolize bugs in HEAD

2005-04-01 Thread Gary V. Vaughan
tted libtool--devo--1.0--patch-101? Better still, if you send me the recipe you are using to test, then I'll work it up into an Autotest for HEAD! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacke

Re: libtool.m4 option to use installed libtool

2005-04-01 Thread Gary V. Vaughan
Bob Friesenhahn wrote: > On Fri, 1 Apr 2005, Gary V. Vaughan wrote: > >> Ralf Wildenhues wrote: >> >>> Hmm. "Always use our own libtool" sounds a lot like some bug needed >>> this. But then again, that line has been in there unchanged for six >

fix ltdldatafiles corruption bug [libtool--gary--1.0--patch-14]

2005-04-01 Thread Gary V. Vaughan
r required. (ltdldatadir, ltdldatafiles, install-local): Moved from here... * Makefile.am (ltdldatadir, ltdldatafiles, install-local): ..to here. (libtoolize): Substitute $(ltdldatafiles) directly without calling make to get the value from libltdl/Makefile. - -- Gary

FYI: fix serial calculation error [libtool--devo--1.0--patch-104]

2005-04-04 Thread Gary V. Vaughan
]/patch-log/patch-15 M libtoolize.m4sh M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_serial_update): Replace missing destination serial calculation line, presumably lost due to a bad

FYI: make libtoolize's pkgvdatadir a private api [libtool--devo--1.0--patch-105]

2005-04-04 Thread Gary V. Vaughan
Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (pkgvdatadir): Renamed from this... (_lt_pkgvdatadir): ...to this. * tests/testsuite.at (LT_AT_LIBTOOLIZE): The `-I' option is no longer supported by libtoolize. Set _lt_pkg

FYI: new libtoolize autotests [libtool--devo--1.0--patch-107]

2005-04-04 Thread Gary V. Vaughan
M ChangeLog M tests/testsuite.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/libtoolize.at: New tests for basic libtoolize functionality and reporting. * tests/testsuite.at: Call them. * tests/Makef

FYI: fix missing macros after libtoolize bug [libtool--devo--1.0--patch-108]

2005-04-04 Thread Gary V. Vaughan
: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> Under certain circumstances, not all of the macro files were copied into the destination directory. This changeset fixes that bug: * libtoolize.m4sh (func_serial_update): Renamed local va

Re: FYI: make libtoolize's pkgvdatadir a private api [libtool--devo--1.0--patch-105]

2005-04-05 Thread Gary V. Vaughan
--install > test -f ./configure || exit 1 > ./configure > ]) -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: FYI: new libtoolize autotests [libtool--devo--1.0--patch-107]

2005-04-05 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Mon, Apr 04, 2005 at 07:25:22PM CEST: > >>Applied to HEAD. > > > Without posting beforehand. :( I figured adding tests to HEAD was completely risk free. And then I went and proved myself wrong in the onl

Re: improve demo-hardcode (e.g. on Solaris)

2005-04-06 Thread Gary V. Vaughan
m is that we have allowed ourselves to be sucked into continuing to support branch-1-5, which means that effort we should be spending on fixing the last few bugs in branch-2-0 is wasted in backporting fixes to an essentially deprecated tree. Cheers, Gary. -- Gary V. Vaughan ())_. [

Re: Speeding up libtool

2005-04-06 Thread Gary V. Vaughan
eers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: fix order of -L flags added for libtool dep libs

2005-04-08 Thread Gary V. Vaughan
: Set $build to allow to detect cross-compiles. > * tests/Makefile.am, tests/linkorder.test: New test. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software

Re: tar and non-writable files in srcdir

2005-04-11 Thread Gary V. Vaughan
> Why are we making them non-writeable in the first place? To remind patch authors to edit the source instead of the generated files. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: compensate compiler warnings and boilerplate

2005-04-11 Thread Gary V. Vaughan
he bug it fixes? If you think we will save ourselves considerable pain vs bug reports against the eventual 2.0 release, I'll leave it to your discretion to backport to branch-2-0. I wouldn't waste anymore time on branch-1-5 if at all possible though. Cheers, Gary. -- Gary V. Va

Re: compensate compiler warnings and boilerplate

2005-04-11 Thread Gary V. Vaughan
-1-5, no abstractions, however. Agreed. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/

revert parallel installation support [libtool--gary--1.0--patch-19]

2005-04-14 Thread Gary V. Vaughan
move bogus notes about setting ACLOCAL_AMFLAGS for versioned libtool installations. * NEWS: Remove parallel installation item. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.g

FYI: remove stale reference to libltdl/loaders/Makefile [libtool--gary--1.0--patch-22]

2005-04-15 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Commited to HEAD. * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile is no longer used. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU H

FYI: workaround CDPATH issues from make [libtool--devo--1.0--patch-118]

2005-04-15 Thread Gary V. Vaughan
-21 M Makefile.am M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * Makefile.am (lt__cd, CD_TESTDIR): New make macros to work around problems with CDPATH in some shells. (check-local, installcheck-local, clean

FYI: Use lt__cd in backquotes in Makefiles [libtool--devo--1.0--patch-130]

2005-04-22 Thread Gary V. Vaughan
= abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests # Hook the test suite into the check rule - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: lt__am

2005-04-22 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: > * Makefile.am, HACKING; Use lt__cd throughout. Thanks: Done! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/

Re: 1.5 release

2005-04-23 Thread Gary V. Vaughan
release 2.0' right away. Opinions? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

FYI: fix typo in ltdldatadir location [libtool--release--2.0--patch-102]

2005-04-25 Thread Gary V. Vaughan
later: -ltdldatadir = $(pkgvdatadir)/libltdl +ltdldatadir = $(pkgdatadir)/libltdl ltdldatafiles= COPYING.LIB README \ Makefile.am Makefile.in \ argz_.h argz.c \ - -- Gary V. Vaughan ())_. [EMAIL PRO

FYI: remove stale reference to libltdl/loaders/Makefile [libtool--gary--1.0--patch-22]

2005-04-25 Thread Gary V. Vaughan
utputs. ## ## ## -AC_CONFIG_FILES([Makefile loaders/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Techn

Re: patch for `make install'

2005-04-25 Thread Gary V. Vaughan
bit though. Thanks! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signatur

Re: FYI: backport libtool--devo--patch-115: consolidate Makefile.ams [libtool--release--2.0--patch-101]

2005-04-25 Thread Gary V. Vaughan
removals is the bug. > BTW, Eric Blake's two patches are still missing on branch-2-0. I would > have committed them already, but had thought you'd put them in your > backport. Want me to do it Thanks for the reminder. I'll do it now. Cheers, Gary. -- Gary

Re: HACKING update

2005-04-26 Thread Gary V. Vaughan
te both diff and > + LASTRELEASE=maj.min[.mic[alpha]] if needed) to create both diff and Well spotted! There is also a typo in the release note template I just spotted: s/comlexity/complexity/g Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist

support standalone libltdl [libtool--gary--1.0--patch-23]

2005-04-26 Thread Gary V. Vaughan
parent project. * tests/testsuite.at: Run them! - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook ___

Re: FYI: TODO update

2005-04-26 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: > * TODO: Updated. Looks good to me. If you have time to put list archive reference links in to the items that correspond with bug reports, that would be even better! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-04-26 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Tue, Apr 26, 2005 at 03:13:17PM CEST: > > That done, a backport to branch-2-0 will require reverting to running > > libltdl/configure as a subconfigure, otherwise we can't release it > > bootstrapped with

FYI: allow running libtool tests at configure time [libtool--gary--1.0--patch-26]

2005-04-30 Thread Gary V. Vaughan
[EMAIL PROTECTED]/libtool--gary--1.0--patch-25 M Makefile.am M doc/libtool.texi M libltdl/m4/libtool.m4 M ChangeLog M tests/testsuite.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/libtool.m4 (LT_OUTPUT): New ma

allow running libtool tests at configure time [libtool--gary--1.0--patch-26]

2005-05-01 Thread Gary V. Vaughan
-patch-25 to compare with * comparing to [EMAIL PROTECTED]/libtool--gary--1.0--patch-25 M Makefile.am M doc/libtool.texi M libltdl/m4/libtool.m4 M ChangeLog M tests/testsuite.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]>

Re: cygwin/mingw experiences

2005-05-01 Thread Gary V. Vaughan
> * Makefile.am (stamp-vcl): Use `diff' instead of `cmp'. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Auth

Re: FYI: allow running libtool tests at configure time [libtool--gary--1.0--patch-26]

2005-05-02 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Sat, Apr 30, 2005 at 04:06:19PM CEST: > >>This may not apply cleanly to HEAD, as I developed it on my own branch >>which still has the pending standalone libtool patch awaiting. > > Does that mean branch-2-0

propagate ltdldir correctly [libtool--gary--1.0--patch-28]

2005-05-06 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Propogate ltdl directory. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gn

Re: propagate ltdldir correctly [libtool--gary--1.0--patch-28]

2005-05-06 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo! > * Gary V. Vaughan wrote on Fri, May 06, 2005 at 09:37:47AM CEST: > >>Okay to commit? > > HEAD and branch-2-0, I suppose? Yes indeed :-) > Yes, please do. Done! > Do you know whether this bug > http://lists.gnu.or

correct erroneous comment for LTDL_CONVENIENCE [libtool--gary--1.0--patch-29]

2005-05-06 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit to HEAD and branch-2-0? * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research

ensure $MV is set before each use [libtool--gary--1.0--patch-30]

2005-05-07 Thread Gary V. Vaughan
, _LT_LANG_CXX_CONFIG) (_LT_SYS_HIDDEN_DEPLIBS): m4_require it to ensure the commands are defined before they are called. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gn

Use AU_ALIAS instead of AU_DEFUN where appropriate [libtool--gary--1.0--patch-31]

2005-05-07 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit to HEAD and branch-2-0? * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4: AU_DEFUN doesn't pass arguments. Use AU_ALIAS instead! - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scie

Re: MSYS+MSVC for libtool branch-2-0, take 2

2005-06-17 Thread Gary V. Vaughan
too? (haven't tested in a looong time though). http://tkd.kicks-ass.net/dist/ldd Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
]/libtool--devo--1.0--patch-164 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * ChangeLog: Formatting pedantry. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf! * Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 12:46:36PM CEST: If you are seeing this, I am. :) Me too. Hurray! ;o) Applied to HEAD and similar to branch-2-0. Is there a rationale behind this? We don't have a general 72-column

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
macs user. Hope you don't mind correcting me" Sure. It is _wrong_ to not use emacs. Please report to your nearest correctional facility for reprogramming. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Gary V. Vaughan
Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: documenting m4sugar.m4 [WAS: loop in libtool m4 macros]

2005-06-28 Thread Gary V. Vaughan
der to hide some of our internal macros from aclocal, they are defined with m4_defun. m4_defun and AC_REQUIRE don't play together, so we have to m4_require m4_defun'ed macros... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '

Re: FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Gary V. Vaughan
ltdldatadir) 2>/dev/null -chgrp -R root $(DESTDIR)$(ltdldatadir) 2>/dev/null Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://w

Re: function-local variables in ltmain

2005-08-16 Thread Gary V. Vaughan
he whole script. I'm certainly not determined to use this particular idea. I am :-) Eventually. In my copious free time ;-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )=

Re: function-local variables in ltmain

2005-08-16 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: Welcome back! Thanks :-) * Gary V. Vaughan wrote on Tue, Aug 16, 2005 at 01:29:13PM CEST: Ralf Wildenhues wrote: * Albert Chin wrote on Sat, Aug 13, 2005 at 09:56:43PM CEST: On Sat, Aug 13, 2005 at 10:40:01AM +0200, Ralf Wildenhues wrote: Just

Re: function-local variables in ltmain

2005-08-16 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 16, 2005 at 04:06:38PM CEST: Ralf Wildenhues wrote: This breaks `eval'. I don't see how... func_create_old_archive () { # for some reason (e.g. "interesting" archivers like `link -lib

Re: function-local variables in ltmain

2005-08-17 Thread Gary V. Vaughan
Hi Albert, Albert Chin wrote: On Tue, Aug 16, 2005 at 12:29:13PM +0100, Gary V. Vaughan wrote: Just seems to make libtool harder to maintain. Au contraire. Once any such mechanism has been debugged, it makes libtool easier to maintain... as has been the case with several of the

FYI: fix mismatched parens [libtool--devo--1.0--patch-210]

2005-08-17 Thread Gary V. Vaughan
_SUBST([CONFIG_H]) AC_CHECK_HEADERS([memory.h unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h], - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Techn

Re: FYI: allow running libtool tests at configure time [libtool--gary--1.0--patch-26]

2005-08-18 Thread Gary V. Vaughan
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-08-19 Thread Gary V. Vaughan
gt;> $$out I'll fix this before I commit once I understand it! :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Autho

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-08-20 Thread Gary V. Vaughan
Hallo Ralf! On 19 Aug 2005, at 19:51, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Aug 19, 2005 at 07:43:56PM CEST: Ralf Wildenhues wrote: Another bug: Makefile.am: + $(SED) '/^# ### BEGIN /,/^# ### END / \ + { s,libltdl_,,; s,libltdl/,,; s,: li

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Moin Ralf! On 21 Aug 2005, at 08:21, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Aug 19, 2005 at 07:38:31PM CEST: The c++ template with subdir-objects autotest is failing for me right now (I think this is because I need to backport another patch to my local automake-1.9.6

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Tag! On 21 Aug 2005, at 16:16, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Aug 21, 2005 at 04:59:14PM CEST: On 21 Aug 2005, at 08:21, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Aug 19, 2005 at 07:38:31PM CEST: Please run with -d -v, post testsuite output, to see what&#

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Hi Bob, Hallo Ralf, On 21 Aug 2005, at 17:16, Bob Friesenhahn wrote: On Sun, 21 Aug 2005, Gary V. Vaughan wrote: I dunno. This is the kind of horror that makes me avoid C++ as if it were perl ;-) Does g++ come with a command line unmangler? Yes, it is called c++filt. Does come with OS

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Hallo Ralf! On 21 Aug 2005, at 17:35, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Aug 21, 2005 at 05:44:05PM CEST: On 21 Aug 2005, at 16:16, Ralf Wildenhues wrote: Can you get a demangled name of the symbol __Z2a2c? I dunno. This is the kind of horror that makes me avoid C++ as

FYI: D'oh! [libtool--devo--1.0--patch-217]

2005-08-21 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/Makefile.am: revert mistaken commit. --- orig/libltdl/Makefile.am +++ mod/libltdl/Makefile.am @@ -1,17 +1,13 @@ -## Makefile.am -- Process this file with automake to produce Makefile.in +## Process this file with autom

FYI: skip failing template tests on darwin [libtool--devo--1.0--patch-216]

2005-08-21 Thread Gary V. Vaughan
* modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/template.at [darwin]: Some of these tests result in unresolved symbols on darwin, so don't run those test on that host! --- orig/tests/template.at ++

Re: FYI: D'oh! [libtool--devo--1.0--patch-217]

2005-08-21 Thread Gary V. Vaughan
Hi Bob, On 21 Aug 2005, at 20:32, Bob Friesenhahn wrote: On Sun, 21 Aug 2005, Gary V. Vaughan wrote: ## -## Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005 +## Free Software Foundation, Inc. How did all the extra

Re: FYI: skip failing template tests on darwin [libtool--devo--1.0--patch-216]

2005-08-21 Thread Gary V. Vaughan
? Have you gone all Bjarne on me? ;-b Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool,m4} Technical A

Re: FYI: D'oh! [libtool--devo--1.0--patch-217]

2005-08-21 Thread Gary V. Vaughan
Hi Bob, On 21 Aug 2005, at 21:07, Bob Friesenhahn wrote: On Sun, 21 Aug 2005, Gary V. Vaughan wrote: On 21 Aug 2005, at 20:32, Bob Friesenhahn wrote: On Sun, 21 Aug 2005, Gary V. Vaughan wrote: ## -## Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +## Copyright (C) 1998

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
s to add 'export MACOSX_DEPLOYMENT_TARGET=10.3' to those tests rather than skip them altogether? Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
On 21 Aug 2005, at 22:11, Gary V. Vaughan wrote: On 21 Aug 2005, at 22:00, Peter O'Gorman wrote: Still majorly jet-lagged (thus reading email at 5:45am :-p), but I believe that I noted this failure: <http://lists.gnu.org/archive/html/libtool/2005-06/msg00144.html> Well remem

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-08-22 Thread Gary V. Vaughan
is it okay for libltdl to randomly autoreconf bits of itself the first time it is called with --enable-maintainer-mode? We need to see whether Ralf runs into timestamp problems on the patch to follow mine before we worry about it too much though... Cheers, Gary. -- Gary V. Vaughan

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-08-22 Thread Gary V. Vaughan
pwd`/+inst $ make $ make install $ mkdir ../+dest $ cd ../+dest $ ../+inst/bin/libtoolize --ltdl --copy $ cd libltdl $ configure $ make Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU

Re: support standalone libltdl [libtool--gary--1.0--patch-23]

2005-08-22 Thread Gary V. Vaughan
Hallo Ralf! On 22 Aug 2005, at 21:04, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 22, 2005 at 09:17:50PM CEST: Ralf Wildenhues wrote: Another regression: on GNU/Linux, after bootstrap, configure, make: make[2]: *** No rule to make target `dlopen.la', needed by `li

Re: HEAD: bootstrap update

2005-08-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh is prerequisite to ltmain.sh. Improve warning message. Ooo! Good catch. Please commit (HEAD and branch-2-0!) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTEC

Re: HEAD: fix web-manual creation

2005-08-23 Thread Gary V. Vaughan
ual.html || mv doc/manual.html manual.html @rm -f doc/manual.texi Rest looks great! Please commit. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.or

Re: FYI: HEAD: fix web-manual creation

2005-08-23 Thread Gary V. Vaughan
PATH build. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Descr

Re: HEAD tests/fcdemo: Work around Automake $(FC) limitation

2005-08-24 Thread Gary V. Vaughan
n AIX/xlf95. Cool! * tests/fcdemo/Makefile.am (suffix rules): Explicitly add $(FCFLAGS_f90) so the tests can pass on AIX. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www

Re: libtool patch from gettext

2005-08-24 Thread Gary V. Vaughan
led. Good call. Please apply. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool,m4} Technical Author

Re: FYI: support standalone libltdl [libtool--devo--1.0--patch-221]

2005-08-24 Thread Gary V . Vaughan
Hi Albert, On 24 Aug 2005, at 15:31, Albert Chin wrote: On Tue, Aug 23, 2005 at 02:55:17AM +0100, Gary V. Vaughan wrote: Reorganise the libtool tree to create a bootstrapped libltdl for installation to the libtoolize master tree, so that libltdl is useable even in the

Re: doc: clarification of convenience archi and --preserve-dup-deps

2005-08-25 Thread Gary V . Vaughan
archives or applications... Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool,m4} Technical Author `(_~)_

Re: doc: clarification of convenience archi and --preserve-dup-deps

2005-08-25 Thread Gary V . Vaughan
Hallo Ralf, On 25 Aug 2005, at 13:47, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Aug 25, 2005 at 01:25:17PM CEST: On 25 Aug 2005, at 02:07, tom fogal wrote: we can use a convenience archive or archives to create any other type of library (static, shared, or another

Re: Libtool head tests: compiler_c_o and inherited linker flags

2005-08-26 Thread Gary V. Vaughan
re is still the long list of stuff in RoadMap) Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool,m4} Technic

Re: remove unneeded deplib loops

2005-08-28 Thread Gary V. Vaughan
s. Cheers, Gary. [1] http://lists.gnu.org/archive/html/libtool/2005-08/msg00120.html -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool

Re: HEAD: workaround for released autotools

2005-08-28 Thread Gary V. Vaughan
bltdl/, in order to work with both old and newer Automake. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/{libtool,m4

Re: remove unneeded deplib loops

2005-08-28 Thread Gary V. Vaughan
To avoid losing it, feel free to file a TODO at http://tkd.kicks-ass.net/GnuLibtoolProject/ToDo and attach the patch... I'll test and apply it after we branch. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist (

Re: HEAD: workaround for released autotools

2005-08-28 Thread Gary V. Vaughan
On 28 Aug 2005, at 20:26, Ralf Wildenhues wrote: Hi Gary, Hey Ralf! * Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 06:30:12PM CEST: On 27 Aug 2005, at 19:56, Ralf Wildenhues wrote: This is an ugly (from a stylistic point of view) patch to make CVS HEAD Libtool work with Autoconf 2.59

Re: Use AU_ALIAS instead of AU_DEFUN where appropriate [libtool--gary--1.0--patch-31]

2005-08-28 Thread Gary V . Vaughan
On 10 May 2005, at 08:32, Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Sat, May 07, 2005 at 05:22:51PM CEST: Okay to commit to HEAD and branch-2-0? * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4: AU_DEFUN doesn't pass arguments. Use AU_ALIAS instead!

FYI: Use AU_ALIAS instead of AU_DEFUN where appropriate [libtool--devo--1.0--patch-237]

2005-08-28 Thread Gary V. Vaughan
-31 M libltdl/m4/libtool.m4 M libltdl/m4/ltdl.m4 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4: AU_DEFUN doesn't pass arguments. Use AU_ALIAS instead! --- o

<    1   2   3   4   5   6   7   8   9   10   >