[patch 16/19] 1-ralf-fix-ltdl-config-dist.diff Queue

2005-10-10 Thread Gary V. Vaughan
Makefile.am | 15 ++-- tests/libltdl-dist.at | 60 ++ tests/testsuite.at|2 + 3 files changed, 75 insertions(+), 2 deletions(-) Index: ChangeLog from Ralf Wildenhues [EMAIL PROTECTED], Gary V. Vaughan [EMAIL

[patch 17/19] 287-gary-implicit-libtoolize-ltdl.diff Queue

2005-10-10 Thread Gary V. Vaughan
An ill conceived idea to save typing the --ltdl flag all the time. doc/libtool.texi |5 - libtoolize.m4sh |5 + 2 files changed, 9 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Support

[patch 18/19] 300-gary-simplify-tests.diff Queue

2005-10-10 Thread Gary V. Vaughan
tests/old-m4-iface.at |7 +++ tests/subproject.at | 12 +++- tests/testsuite.at|6 +++--- 3 files changed, 9 insertions(+), 16 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * tests/testsuite.at (LT_AT_BOOTSTRAP

[patch 13/19] 297-gary-LT_WITH_LTDL-recursive.diff Queue

2005-10-10 Thread Gary V. Vaughan
libltdl/m4/ltdl.m4 |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] Support 'recursive' mode for building libltdl: Automake will recursively descend into the libltdl directory, and use

[patch 01/19] 277-gary-rename-remaining-troublesome-ltdl-apis.diff Queue

2005-10-10 Thread Gary V. Vaughan
/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed. * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_next) (lt_dlhandle_find, lt_dlforeach): Removed... (lt_dlhandle_iterate, lt_dlhandle_fetch, lt_dlhandle_map

[patch 04/19] 286-gary-libtoolize-recursive-ltdl.diff Queue

2005-10-10 Thread Gary V. Vaughan
Gary V. Vaughan [EMAIL PROTECTED] * libltdl/Makefile.inc: New file, factored out of Makefile.am for use in non-recursive libltdl installations. * Makefile.am: include it. (libltdl/Makefile.am): Adjust to build from the new libltdl/Makefile.inc

Re: [patch 08/19] 292-gary-remove-spurious-quotes.diff Queue

2005-10-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 12:26:32PM CEST: libltdl/m4/ltdl.m4 |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/m4/ltdl.m4

Re: [patch 00/19] @patch@ Queue

2005-10-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 12:26:24PM CEST: Hallo Ralf, Hey, I'm not the only one that can accept or reject patches.. ;-) Oh okay. I accept all the patches then :o) But I'll try to address as many of these as quickly as possible

Re: [patch 11/19] 295-gary-dont-force-ac-config-headers-on-subproject-ltdl.diff Queue

2005-10-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! OK after prerequisites are in, and see nit below. + [AC_CONFIG_HEADERS([config.h])])])])]) Should we AC_CONFIG_HEADERS([config.h:config-h.in]) for filesystem portability? ACK. Cheers, Gary. -- Gary V. Vaughan

Re: FYI: centralise INCLTDL [291]

2005-10-10 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 07:21:39PM CEST: Applied to HEAD. Gah, it breaks mdemo. mdemo/configure.ac does not invoke LT_WITH_LTDL _at all_. Looking at branch-1-5, I guess we have to support this mode, too. :-/ Can you look

Re: more useful installcheck

2005-10-07 Thread Gary V. Vaughan
, LIBTOOL, LIBTOOLIZE accordingly, by using above, and program_transform_name. * tests/testsuite.at (TESTS_PREPARE): Do not set them anymore. Set $unset. (LT_AT_MAKE): Use to unset LIBTOOL and LIBTOOLIZE. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL

Re: missing requirements in _LT_SYS_DYNAMIC_LINKER

2005-10-05 Thread Gary V. Vaughan
thoroughly... * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Require AC_CANONICAL_HOST and _LT_DECL_SED. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: HEAD: cross-compile test new testsuite

2005-10-05 Thread Gary V. Vaughan
tests now fail because libtoolize is looking in the (not yet) installed macro tree for files to copy... +[$LIBTOOLIZE $1 ]) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: FYI: test subproject ltdl [283]

2005-10-05 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the heads up. * Gary V. Vaughan wrote on Wed, Oct 05, 2005 at 05:04:34PM CEST: Applied to HEAD. Doesn't work, unfortunately. Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * tests/subproject.at: New tests

FYI: fix previous commit bogosity [libtool--devo--1.0--patch-314]

2005-10-05 Thread Gary V. Vaughan
from Gary V. Vaughan [EMAIL PROTECTED] * tests/subproject.at: Commit the right file this time. --- orig/tests/subproject.at +++ mod/tests/subproject.at @@ -19,8 +19,8 @@ AT_BANNER([Subproject Libltdl.]) -# _LTDL_SETUP([CONFIGURE-OPTIONS], [LIBTOOLIZE-OPTIONS

284-gary-report-macro-files-for-aclocal.diff

2005-10-03 Thread Gary V. Vaughan
/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Copying just libtool.m4 for hand maintained aclocal.m4 doesn't work. List all required files in that case. Also, list the additional files required when using libltdl. Reported by Patrick Welche

285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-10-03 Thread Gary V. Vaughan
-for-aclocal.diff ../patches/285-gary-diagnose-missing-LT_WITH_LTDL.diff Cheers, Gary. libtoolize.m4sh | 91 1 files changed, 46 insertions(+), 45 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED

FYI: LT_CONFIG_LTDL_DIR [279]

2005-10-03 Thread Gary V. Vaughan
ChangeLog M libltdl/configure.ac * modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/m4/ltdl.m4: Bump serial as we are changing the interface. (LT_CONFIG_LTDL_DIR): New macro to centralise setting the subdirectory used

283-gary-test-subproject-ltdl.diff

2005-09-30 Thread Gary V. Vaughan
+104,8 @@ m4_include([old-m4-iface.at]) m4_include([am-subdir.at]) # standalone libltdl compilation m4_include([standalone.at]) +# subproject libltdl compilation +m4_include([subproject.at]) # C++ templates tests m4_include([template.at]) # Behaviour of LT_OUTPUT -- Gary V. Vaughan

284-gary-report-macro-files-for-aclocal.diff

2005-09-30 Thread Gary V. Vaughan
Okay to commit? libtoolize.m4sh |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Copying just libtool.m4 for hand maintained aclocal.m4 doesn't work. List all

285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-09-30 Thread Gary V. Vaughan
Okay to commit? libtoolize.m4sh | 62 1 files changed, 31 insertions(+), 31 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Move the consistency checks

Re: symlinked libltdl and aclocal

2005-09-30 Thread Gary V. Vaughan
that by having libtoolize always copy aclocal.m4 with --ltdl, even if --copy wasn't specified? :-/ 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

284-gary-report-macro-files-for-aclocal.diff

2005-09-30 Thread Gary V. Vaughan
Actually, we can do slightly better than that. Okay to commit this one instead? libtoolize.m4sh | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Copying just libtool.m4

285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-09-30 Thread Gary V. Vaughan
deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Move the consistency checks... (func_check_macros): ...into here. Also suggest LT_WITH_LTDL if appropriate. Index: libtool--devo--1.0/libtoolize.m4sh

284-gary-report-macro-files-for-aclocal.diff

2005-09-30 Thread Gary V. Vaughan
from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh: Copying just libtool.m4 for hand maintained aclocal.m4 doesn't work. List all required files in that case. Also, list the additional files required when using libltdl. Reported by Patrick Welche [EMAIL

280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
+ 3 files changed, 185 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * tests/old-m4-iface.at: Start of a new test series for m4 interface backwards compatibility. * tests/testsuite.at: Use it. (macrodir

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-29 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! I think I can discount the following points... plus an okay for your patch... I'll repost 279 later when I've worked out the remaining known bugs. * Gary V. Vaughan wrote on Thu, Sep 29, 2005 at 11:19:41AM CEST: Ralf Wildenhues wrote: * Gary V

Re: 280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
Hi Peter! Peter Ekberg wrote: On Thu, Sep 29, 2005 at 05:10:47PM +0100, Gary V. Vaughan wrote: The other issue I found was the checking of stdout, which does not seem to be portable, but I think Ralf covered that in his review. I think Ralf just meant that I wasn't checking the return status

Re: libltdl/Makefile.in DIST_COMMON issue

2005-09-29 Thread Gary V. Vaughan
TODO list. -- 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 Makefile.am | 15 +- tests/libltdl

Re: 280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
if you like, so don't bother fixing only these in this one. Yes please! (I just noticed the same thing while debugging this test actually). Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

FYI: libtoolize copy ltdl m4 properly [282]

2005-09-29 Thread Gary V. Vaughan
* modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * tests/libtoolize.at: Add a new test to catch a regression I almost introduced with respect to copying macro files when AC_CONFIG_MACRO_DIR is shared with libltdl subproject. --- orig/tests

281-gary-fixup-ltdl-symbolnames.diff

2005-09-27 Thread Gary V. Vaughan
Okay to apply to HEAD? Symbol naming convention nit. libltdl/lt_error.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/lt_error.c (lt__last_error, lt__error_strings

Re: Version api [was 276-gary-remove-unusable-deprecated-ltdl-apis.diff]

2005-09-27 Thread Gary V. Vaughan
a way to push the range of supported interface numbers to the user at runtime. There is already ltversion.m4 which might be enough, or perhaps we could stand to enhance it and hang a configure time ltdl interface check macro? This all sounds like post 2.0 to me... Cheers, Gary. -- Gary V

FYI: fixup ltdl symbolnames [281]

2005-09-27 Thread Gary V. Vaughan
from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/lt_error.c (lt__last_error, lt__error_strings): The lt__ prefix is used to indicate internal symbols that are only exported for use by other parts of libltdl. These are now static, so... (last_error, error_strings

Re: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 02:30:03AM CEST: This fixes the remaining holes that allowed libltdl clients to stumble across each others' loaded modules. Of course, there is nothing to prevent clients from registering a dumb

FYI: libtoolize without automake or AC_CONFIG_MACRO_DIR [278]

2005-09-27 Thread Gary V. Vaughan
libtoolize.m4sh M ChangeLog * modified files Index: Changelog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use an old autoconf. When the libtool macros are not copied (because

279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-27 Thread Gary V. Vaughan
--- libtoolize.m4sh | 75 +--- 5 files changed, 253 insertions(+), 129 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/m4/ltdl.m4: Bump serial as we are changing the interface. (LT_CONFIG_LTDL_DIR): New

278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
libltdl: if test -n $ltdldir $seen_autoconf; then -- 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: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-23 Thread Gary V. Vaughan
ChangeLog: Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libltdl/m4/ltdl.m4: Bump serial as we are changing the interface. (LT_CONFIG_LTDL_DIR): New macro to centralise setting the subdirectory used for libltdl

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Okay to commit? Hmmm... lost the ChangeLog for some reason. Here it is: Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use an old

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 02:17:43PM CEST: For users that have an old style configure.in without AC_CONFIG_MACRO_DIR, and who don't use Automake (hence no `ACLOCAL_AMFLAGS = -I m4'), libtoolize currently refuses to copy any

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 03:49:34PM CEST: Here is the scenario (I'm polishing a test that does this atm): Say I want to start to update the configury on my old non-automake project, starting with libtool -- considering our excellent

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
--devo--1.0/ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use an old autoconf. When the libtool macros are not copied (because of missing ACLOCAL_AMFLAGS

279-gary-fix-bootstrap-clobber.diff

2005-09-22 Thread Gary V. Vaughan
(+), 2 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,3 +1,8 @@ +2005-09-22 Gary V. Vaughan [EMAIL PROTECTED] + + * bootstrap: Don't clobber

FYI: 279-gary-fix-bootstrap-clobber.diff [libtool--devo--1.0--patch-283]

2005-09-22 Thread Gary V. Vaughan
libltdl/config.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: Libtool stresstest.at segfault on Cygwin/MinGW

2005-09-22 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: rename troublesome ltdl apis [libtool--devo--1.0--patch-275]

2005-09-18 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 10:05:48PM CEST: * libltdl/ltdl.c (lt_dlcaller_register, lt_dlcaller_set_data) (lt_dlcaller_get_data): Renamed to avoid problems with module visibilty when linked with programs written

277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
changed, 126 insertions(+), 168 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,3 +1,14 @@ +2005-09-18 Gary V. Vaughan [EMAIL PROTECTED

Re: release policy

2005-09-18 Thread Gary V. Vaughan
releases out if we agree how often we'd like to do them. No deadline, no commitment, no promise, just a vague notion that it would be nice for our users to have that many releases. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http

Re: release policy

2005-09-18 Thread Gary V. Vaughan
Hi Bob, Bob Friesenhahn wrote: On Sun, 18 Sep 2005, Gary V. Vaughan wrote: I mean to soy that it is easier to resist the temptation to push another patch into the tree when a future release date is looming. Having a 'can Does this mean that you are willing to back off on your latest large

276-gary-remove-unusable-deprecated-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
changed, 28 insertions(+), 82 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,5 +1,11 @@ 2005-09-17 Gary V. Vaughan [EMAIL PROTECTED] + * libltdl

Re: release policy

2005-09-18 Thread Gary V. Vaughan
was the driver for bumping the release number to 1.5 -- a mere 2.5 years ago. 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

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

2005-09-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf! * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 03:14:12PM CEST: I move to strike the lt_dlcaller_register api change from the list of release blockers. From the list of known bugs altogether in fact. Read on to find out why... If anything, as part

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

2005-09-17 Thread Gary V. Vaughan
- we have an infinite supply after all ;-) 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

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

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

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

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

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

<    2   3   4   5   6   7   8   >