FYI: make libltdl installation work with VPATH again [libtool--release--2.0--patch-49]

2005-02-26 Thread Gary V. Vaughan
/Makefile.am * modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/Makefile.am (install-data-local): cd to $(srcdir) before tarring up the files for installation to $(DESTDIR)$(ltdldatadir). Don't remove the destination directory, since

Re: 115-gary-libtoolize-copy-fix.patch

2005-03-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo! * Gary V. Vaughan wrote on Tue, Feb 22, 2005 at 02:19:39PM CET: | +elif { ( cd $my_srcdir $TAR cf - $my_file /dev/null 21; ) \ | +| ( cd $my_destdir $TAR xf - /dev/null 21; ) } ; then Just don't ever let anyone put relative symlinks

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

2005-03-01 Thread Gary V. Vaughan
whitespace into account. I forgot the path stripping too, gah! Let me try again: cc_basename=`$echo X$compiler \ | $Xsed -e 's%.*/%%;s%^[ ]*\([^ ]*\).*$%\1%'` Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks

FYI: be careful to follow links during libltdl install [libtool--release--2.0--patch-51]

2005-03-02 Thread Gary V. Vaughan
/loaders/Makefile.am * modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh (func_copy_cb): Use tar chof to avoid symlink attacks. * libltdl/Makefile.am, libltdl/loaders/Makefile.am (install-data-local): Ditto

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

2005-03-03 Thread Gary V. Vaughan
Salut Alexandre! Alexandre Duret-Lutz wrote: On Thu, Mar 03, 2005 at 12:52:14AM +, Gary V. Vaughan wrote: I never use the installed libtool myself, and can't think of a compelling reason to keep it around that outweighs the misunderstandings that it causes. Is `libtool --mode=execute

Re: FYI: be careful to follow links during libltdl install [libtool--release--2.0--patch-51]

2005-03-03 Thread Gary V. Vaughan
Hi Noah! Noah Misch wrote: On Wed, Mar 02, 2005 at 10:34:19AM +, Gary V. Vaughan wrote: ## with libtoolize, we have to preserve their timestamps carefully: install-data-local: $(mkinstalldirs) $(DESTDIR)$(ltdldatadir) - ( cd $(srcdir) $(AMTAR) cf - $(ltdldatafiles

Re: generate package.m4 correctly on fresh checkout [libtool--gary--1.0--patch-1]

2005-03-14 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the reviews. * Gary V. Vaughan wrote on Fri, Mar 11, 2005 at 05:16:06PM CET: Okay to commit? I have a couple of questions and comments here: First, I'm uneasy with more and more stuff being built by `bootstrap' (which should

Re: generate package.m4 correctly on fresh checkout [libtool--gary--1.0--patch-1]

2005-03-14 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: OK to apply? * bootstrap: Allow to override tools. Yes please go ahead. Don't forget to post an FYI starting a new thread back to this list pointing at this thread for future archaeologists. Cheers, Gary. -- Gary V. Vaughan

FYI: revert accidental partial commit [libtool--release--2.0--patch-64]

2005-03-15 Thread Gary V. Vaughan
from Gary V. Vaughan [EMAIL PROTECTED] * bootstrap (reconfdirs): Revert accidental partial commit. --- orig/bootstrap +++ mod/bootstrap @@ -45,7 +45,7 @@ rm -f acinclude.m4 config/ltmain.sh libltdl/config.h if test -z $reconfdirs; then - reconfdirs=. libltdl `ls -1d

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

2005-03-20 Thread Gary V. Vaughan
in 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/autobook

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.gnu.org

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

2005-03-24 Thread Gary V. Vaughan
. (--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.redhat.com/autobook

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 libtoolize isn't necessary if we allow overriding

Re: libtoolize bugs in HEAD

2005-03-29 Thread Gary V. Vaughan
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 at least the second one looks quite fishy. Good catch. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist

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 ( '/ http://tkd.kicks

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

2005-04-01 Thread Gary V. Vaughan
can't see it. There are no quotes in config/ltmain.sh For consistency with the regexps in the other func_*_update functions, and in anticipation of a possible future change in ltmain.sh for consistency with config.guess et. al. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL

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. * libtoolize.m4sh

Re: libtoolize bugs in HEAD

2005-04-01 Thread Gary V. Vaughan
into an Autotest for HEAD! 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

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 years. I wonder if it will break setups if we change this, it's

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

2005-04-01 Thread Gary V. Vaughan
. (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 V. Vaughan

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 merge

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

2005-04-05 Thread Gary V. Vaughan
([LT_AT_BOOTSTRAP], [ test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy]) -test -f ./configure || autoreconf --force --verbose --install +test -f ./configure || _lt_pkgvdatadir=$abs_top_srcdir autoreconf --force --verbose --install test -f ./configure || exit 1 ./configure ]) -- Gary V. Vaughan

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

2005-04-06 Thread Gary V. Vaughan
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 ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: tar and non-writable files in srcdir

2005-04-11 Thread Gary V. Vaughan
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 / )= http://www.gnu.org/software/libtool

Re: compensate compiler warnings and boilerplate

2005-04-11 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

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

2005-04-14 Thread Gary V. Vaughan
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.gnu.org/software

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 Hacker

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-local

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

2005-04-22 Thread Gary V. Vaughan
@@ $(SHELL) ./config.status tests/atconfig DISTCLEANFILES += tests/atconfig -lt__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR) cd CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) pwd`; cd tests # Hook the test suite into the check rule - -- Gary V

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

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

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

2005-04-25 Thread Gary V. Vaughan
. ## ## ## -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 Technical Author

Re: patch for `make install'

2005-04-25 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: HACKING update

2005-04-26 Thread Gary V. Vaughan
[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 ( '/ http://tkd.kicks-ass.net GNU Hacker

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

2005-04-26 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

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 autoconf-2.59 and automake-1.9.5

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.org/archive/html/libtool/2005-02/msg00066.html

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 wrap

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

2005-06-27 Thread Gary V. Vaughan
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 ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: FYI: loop in libtool m4 macros

2005-06-27 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: FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Gary V. Vaughan
$(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://www.gnu.org/software/{libtool,m4} Technical Author `(_~)_ http

Re: function-local variables in ltmain

2005-08-16 Thread Gary V. Vaughan
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 / )= http://www.gnu.org/software

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

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

2005-08-17 Thread Gary V. Vaughan
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 Technical Author `(_~)_ http://sources.redhat.com/autobook

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

2005-08-18 Thread Gary V. Vaughan
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
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 Author `(_~)_ http://sources.redhat.com/autobook

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,: libltdl

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
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

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 automake

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 +++ mod/tests

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 Author

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
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 remembered! I'd

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

2005-08-22 Thread Gary V. Vaughan
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 ())_. [EMAIL PROTECTED],gnu.org

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

2005-08-22 Thread Gary V. Vaughan
../+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 Hacker / )= http://www.gnu.org/software

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 `libltdl

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 PROTECTED],gnu.org

Re: HEAD: fix web-manual creation

2005-08-23 Thread Gary V. Vaughan
@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.org/software/libtool Technical Author `(_~)_ http

Re: FYI: HEAD: fix web-manual creation

2005-08-23 Thread Gary V. Vaughan
. 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

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 `(_~)_ http

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
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} Technical Author `(_~)_ http

Re: remove unneeded deplib loops

2005-08-28 Thread Gary V. Vaughan
/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,m4} Technical Author `(_~)_ http

Re: HEAD: workaround for released autotools

2005-08-28 Thread Gary V. Vaughan
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} Technical Author `(_~)_ http

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

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! --- orig/libltdl/m4

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

2005-08-28 Thread Gary V. Vaughan
Hi Ralf, On 10 May 2005, at 11:45, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, May 06, 2005 at 07:50:17PM CEST: 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

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

2005-08-28 Thread Gary V. Vaughan
Hallo Ralf, Exorcising some ancient unmerged patches and related posts... On 10 May 2005, at 09:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sat, May 07, 2005 at 04:30:46PM CEST: Okay to commit to HEAD and branch-2-0? Some macros had relied on accidentally correct ordering

Re: remove unneeded deplib loops

2005-08-28 Thread Gary V. Vaughan
Hi Peter, On 28 Aug 2005, at 23:54, Peter O'Gorman wrote: Gary V. Vaughan wrote: When was that loop added? I can't find it now. (And that -all_load is gone for a year, right?) It was added for in May 2002. http://savannah.gnu.org/support/index.php? func=detailitemitem_id=100049 http

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 07:25, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 10:56:24PM CEST: On 28 Aug 2005, at 20:26, Ralf Wildenhues wrote: Why, oh why wait another minute for bootstrap to finish? It's not like this would be the first work-around

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

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 07:37, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 01:09:54AM CEST: The documentation in branch-1-5 is misleading. HEAD and branch-1-5 both do the AC_SUBSTs, but the wording in the docs for HEAD is much clearer (I can't find when

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
? 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 `(_~)_ http://sources.redhat.com/autobook

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 13:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 02:26:16PM CEST: On 29 Aug 2005, at 12:53, Ralf Wildenhues wrote: But you can't expect plain configure without options to work. And I test on real-world systems where this is true

Re: FYI: libtool--devo--1.0--patch-195

2005-08-29 Thread Gary V. Vaughan
Hi Peter, On 29 Aug 2005, at 15:52, Peter O'Gorman wrote: Gary V. Vaughan wrote: Gah! I'm lost... These are connected somehow? :-( heheh, Hi Gary, sorry. No problem. I'm attempting to remove unneeded loops, in case you hadn't guessed and I noticed this: # The preopen pass in lib

Re: HEAD: bootstrap failure

2005-08-30 Thread Gary V. Vaughan
and rebootstrapping. My guess is that it will work just fine now... 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

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

2005-08-30 Thread Gary V. Vaughan
... (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure option is now `--enable-pic', since `--with-pic' implies that the user wants to compile in an optional external package called pic. * doc/libtool.texi: Update documentation to match. - -- Gary V. Vaughan ())_. [EMAIL

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

2005-08-30 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: This patch continues to support --with{,out}-pic[={yes,no,both}, but only advertises the more compliant --enable-pic in the calling configure --help text. There is no patch attached to your mail. Okay

FYI: fix AC_LIBTOOL_PICMODE compatibility [libtool--devo--1.0--patch-244]

2005-08-30 Thread Gary V. Vaughan
from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed... (AC_LIBTOOL_PICMODE): ...this in the backwards compatibility code. There never was an AC_LIBTOOL_PIC_MODE macro. --- orig/libltdl/m4/ltoptions.m4 +++ mod/libltdl/m4

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

2005-08-30 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the review. So much for my thinking this was a quick 5-minute patch, eh? ;-) Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 02:42:00PM CEST: Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: This patch

use --enable-pic (part deux) [libtool--gary--1.0--patch-33]

2005-08-30 Thread Gary V. Vaughan
match the new syntax. * NEWS: Update. - -- 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: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
Oops, sorry. Typo alert: Gary V. Vaughan wrote: # _LT_SET_OPTION(NAME) # -- # Set option NAME, and if there is a matching handler defined, # dispatch to it. Other NAMEs are saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1]))dnl m4_ifdef

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
On 30 Aug 2005, at 17:51, Ralf Wildenhues wrote: Hi Gary, Hawdy! * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 06:31:42PM CEST: Ralf Wildenhues wrote: Just a slight cleanup of your suggestion. Changes: change m4_fatal to m4_warn, because we want to be forward compatible, Agreed. I

Re: FYI: HEAD: Kill two showstoppers at once

2005-08-31 Thread Gary V. Vaughan
parameters. 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

Re: more bugs in branch-2-0/HEAD

2005-08-31 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

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

2005-08-31 Thread Gary V. Vaughan
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. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL

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

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

Re: HEAD: small fixes

2005-09-01 Thread Gary V. Vaughan
environment with progressively older autotools each installed to their own prefix, and a driver script that tries to bootstrap and distcheck libtool in each... I might work on it after the next alpha if the bug reports don't overwhelm us (yeah right!!). Cheers, Gary. -- Gary V. Vaughan

put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
to come first. - -- 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: put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
On 2 Sep 2005, at 15:38, Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 02, 2005 at 12:56:14PM CEST: Okay to commit? Yes, please! Done. Good catch -- how'd you find it? Trying to set up another AC_BEFORE to do the same thing by example for my current work

FYI: put AC_BEFORE decls in the right place [libtool--devo--1.0--patch-253]

2005-09-02 Thread Gary V. Vaughan
A tests/early-libtool.at A tests/link-order.at A {arch}/libtool/libtool--gary/libtool--gary--1.0/[EMAIL PROTECTED]/patch-log/patch-41 M libltdl/m4/libtool.m4 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] AC_BEFORE only works

allow user to override TAR command setting

2005-09-10 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libtoolize.m4sh (TAR): Allow the user to override the tar command. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-10 Thread Gary V. Vaughan
) - remove use of iostream - do nothing and wait for bug reports to show up - use these tests there as well (at least in am-subdir.at). If nobody objects, I'll do the first. The first seems perfectly reasonable. Please go right ahead! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL

FYI: allow user to override TAR command setting [libtool--devo--1.0--patch-265]

2005-09-10 Thread Gary V. Vaughan
Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh (TAR): Allow the user to override the tar command. --- orig/libtoolize.m4sh +++ mod/libtoolize.m4sh @@ -58,6 +58,8 @@ # # Report bugs to bug-libtool@gnu.org. +: ${TAR=tar} + PROGRAM=libtoolize

Re: allow some more compiler flags through

2005-09-16 Thread Gary V. Vaughan
): Allow some ARM gcc ABI flags through. Reported by Andrés Moré [EMAIL PROTECTED]. Yes, please commit. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: libltdl/Makefile.in should be uptodate

2005-09-16 Thread Gary V. Vaughan
want the libltdl files to be uptodate as much as possible up to date is 3 separate words. 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

Re: config.h inclusion

2005-09-16 Thread Gary V. Vaughan
, libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h, libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h: Adjusted. Yes please! That's much neater, thanks! :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist

sync m4sh utilities from upstream [libtool--devo--1.0--patch-272]

2005-09-16 Thread Gary V. Vaughan
func_fastopt function. * tests/getopt.at: New tests for func_getopt(). * tests/testsuite.at: Include them. * Makefile.am: Use them. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

  1   2   3   4   5   6   7   8   >