FYI: test old m4 interface [280]

2005-09-29 Thread Gary V. Vaughan
ChangeLog M tests/testsuite.at * modified files Index: 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. (ma

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

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-30 Thread Gary V. Vaughan
is the status of this patch btw?: 277-gary-rename-remaining-troublesome-ltdl-apis.diff Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technica

283-gary-test-subproject-ltdl.diff

2005-09-30 Thread Gary V. Vaughan
dl 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 ())_. [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

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

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

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

2005-09-30 Thread Gary V. Vaughan
look at it post-2.0" list.. Actually, I think it is a bug. Telling the user to add libtool.m4 to aclocal.m4 will not result in a working configure script. See my patch [284] for the solution... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist (

Re: symlinked libltdl and aclocal

2005-09-30 Thread Gary V. Vaughan
nd 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/softwa

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 libt

285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-09-30 Thread Gary V. Vaughan
), 31 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/libt

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

2005-09-30 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 Pa

Re: 285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-09-30 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf, Thanks for the review. * Gary V. Vaughan wrote on Fri, Sep 30, 2005 at 01:47:26PM CEST: And if I'd remembered to make before make check, I would have noticed a stupid shell script bug. Fixed in this version, please disregard the parent post.

Re: FYI: test old m4 interface [280]

2005-09-30 Thread Gary V. Vaughan
E]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +]) +]]) + test -f configure || $AUTOCONF --force || exit 1 test -f Makefile || ./configure|| exit 1 ${MAKE-make} -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Rese

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

2005-10-03 Thread Gary V. Vaughan
18 insertions(+), 6 deletions(-) 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 required files in that case. Also, list the additional fil

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-10-03 Thread Gary V. Vaughan
e. Let's discuss it more after the next alpha release. First reaction is that even if we do this, it is post-2.0... Yes, please commit, after accompanying the m4_pushdef with a m4_popdef at the end of the respective macro. Thank you! Will do! Cheers, Gary. -- Gary V. Vaughan

285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-10-03 Thread Gary V. Vaughan
-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 <[EM

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 subdirector

290-gary-pmake-dot-slash-ignorance.diff

2005-10-03 Thread Gary V. Vaughan
This should fix the ./foo != foo bogosity with pmake... untested! Okay to commit? libltdl/m4/ltdl.m4 | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/l

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 / )=

FYI: pmake ./ ignorance fix [290]

2005-10-05 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Spurious './' prefixes upset BSD pmake, don't set lt_ltdl_dir in this case. (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Adjust. --- orig/libltdl/m4/ltdl.m4 +++ m

Re: 290-gary-pmake-dot-slash-ignorance.diff

2005-10-05 Thread Gary V. Vaughan
Ralf Wildenhues wrote: I guess I owe you several beers for the last round of patches. :-) Should we ever meet, and be able to collect on the beers we owe each other, I think we might wake up in a cell ;-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org

Re: HEAD: cross-compile test new testsuite

2005-10-05 Thread Gary V. Vaughan
$abs_top_srcdir" "$LIBTOOLIZE" $1 Was this deliberate? Most of my 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],gn

Re: HEAD: cross-compile test new testsuite

2005-10-05 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Wed, Oct 05, 2005 at 02:48:36PM CEST: I think there is a bug in this commit: Ralf Wildenhues wrote: Index: tests/testsuite.at === RCS file: /cvsroot

Re: HEAD: cross-compile test new testsuite

2005-10-05 Thread Gary V. Vaughan
Hallo Ralf, Gary V. Vaughan wrote: $ make check-local TESTSUITE_FLAGS='-v -d 1' abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd .. && pwd`; cd tests; \ MAKE="make" CC="gcc" CFLAGS="-g -O2" CPP="gcc -E" CPPFLAGS=&quo

Re: HEAD: cross-compile test new testsuite

2005-10-05 Thread Gary V. Vaughan
apply the following fix? Yes please! Much neater than a random @abs_top_srcdir@ in the body... Cheers, and sorry for the incomplete testing :-/ NP! :-) * Makefile.am: Simplify. Do not use abs_top_srcdir. Reported by Gary V. Vaughan <[EMAIL PROTECTED]>.

FYI: test subproject ltdl [283]

2005-10-05 Thread Gary V. Vaughan
: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/subproject.at: New tests for libltdl as a subproject with its own configuration. * tests/testsuite.at: Use it. * Makefile.am (TESTSUITE_AT): Depend on it. --- orig/Makefile.am +

Re: minor nits with ltdl.m4

2005-10-05 Thread Gary V. Vaughan
, and incorporates knowledge gained in the meantime. Should we care about looks here? (I assume no unless someone steps in :) Yes, this needs fixing too. I'll look at it presently. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( 

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

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

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

[patch 00/19] @patch@ Queue

2005-10-10 Thread Gary V. Vaughan
-config-dist.diff -- Ralf might have a better version 287-gary-implicit-libtoolize-ltdl.diff -- could be deferred 300-gary-simplify-tests.diff -- could be deferred 272-gary-sync-m4sh-utils.diff -- deferred until post-2.0 Looking forward to making the alpha release, Gary. -- Gary V. Vaughan

[patch 02/19] 284-gary-report-macro-files-for-aclocal.diff Queue

2005-10-10 Thread Gary V. Vaughan
libtoolize.m4sh | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) 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

[patch 03/19] 285-gary-diagnose-missing-LT_WITH_LTDL.diff Queue

2005-10-10 Thread Gary V. Vaughan
libtoolize.m4sh | 91 1 files changed, 46 insertions(+), 45 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Move the consistency checks... (func_check_

[patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-10-10 Thread Gary V. Vaughan
Makefile.am |1 tests/nonrecursive.at | 115 ++ tests/testsuite.at|2 3 files changed, 118 insertions(+) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/subdirectory.a

[patch 06/19] 289-gary-LT_WITH_LTDL-nonrecursive.diff Queue

2005-10-10 Thread Gary V. Vaughan
configure.ac |1 libltdl/m4/ltdl.m4 | 65 + 2 files changed, 47 insertions(+), 19 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LT_CONFIG_LTDL_DIR

[patch 07/19] 291-gary-centralise-INCLTDL.diff Queue

2005-10-10 Thread Gary V. Vaughan
libltdl/m4/ltdl.m4 | 19 +-- 1 files changed, 5 insertions(+), 14 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove AC_SUBST of LIBLTDL, LTDLINCL, a

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

2005-10-10 Thread Gary V. Vaughan
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 (_LT_ENABLE_INSTALL): Remove bogus extra closing brackets. Index: libtool--devo--1.0/libl

[patch 09/19] 293-gary-default-convenience-ltdl.diff Queue

2005-10-10 Thread Gary V. Vaughan
libltdl/m4/ltdl.m4 |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL directly instead of m4_requiring it, as it rel

[patch 10/19] 294-gary-libltdl-configure-messages.diff Queue

2005-10-10 Thread Gary V. Vaughan
Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ AC_MSG_RESULT pairs. Index: libtool--devo--1.0/libltdl/m4/ltdl.m4 === -

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

2005-10-10 Thread Gary V. Vaughan
libltdl/m4/ltdl.m4| 12 tests/old-m4-iface.at |1 - 2 files changed, 8 insertions(+), 5 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_INIT): Don't force running AC_CONFIG_

[patch 12/19] 296-gary-ltdl-recursive-tests.diff Queue

2005-10-10 Thread Gary V. Vaughan
Makefile.am|1 tests/recursive.at | 108 + tests/testsuite.at |2 3 files changed, 111 insertions(+) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/recursive.at: New tes

[patch 14/19] 298-gary-document-libltdl-build-modes.diff Queue

2005-10-10 Thread Gary V. Vaughan
doc/libtool.texi | 92 +-- 1 files changed, 90 insertions(+), 2 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.at (_LTDL_PROJECT_FILES): Factored out from

[patch 15/19] 299-gary-refactor-autotests.diff Queue

2005-10-10 Thread Gary V. Vaughan
ltdlc.la module.la ltdldemo$(EXEEXT) + +all: $(TARGETS) + +$(LIBTOOL) sub/ltdl/libltdlc.la: sub/ltdl/Makefile + cd sub/ltdl && $(MAKE) + +sub/ltdl/Makefile: + cd sub/ltdl && ./configure $(CONFIGURE_OPTIONS) + +ltdldemo$(EXEEXT): $(LIBTOOL) module.la sub/ltdl/libltdl

[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. V

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

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

[patch 19/19] 272-gary-sync-m4sh-utils.diff Queue

2005-10-10 Thread Gary V. Vaughan
| 245 ++ tests/testsuite.at |2 7 files changed, 632 insertions(+), 164 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh, libltdl/config/general.m4sh, libltdl/

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

[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

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

2005-10-10 Thread Gary V. Vaughan
/ChangeLog from 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

Re: [patch 09/19] 293-gary-default-convenience-ltdl.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:33PM CEST: libltdl/m4/ltdl.m4 |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/l

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

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 a

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: [patch 17/19] 287-gary-implicit-libtoolize-ltdl.diff Queue

2005-10-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hey Ralf! * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 12:26:41PM CEST: An ill conceived idea to save typing the --ltdl flag all the time. This is the easiest to address: Rejected. :-) Agreed. Oops. Rationale: I want to be able to m4_if

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

2005-10-10 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf, Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.at (LT_AT_BOOTSTRAP): Allow passing arguments to configure. * tests/old-m4-iface.at, tests/subproject.at: Use LT_AT_BOO

Re: [patch 15/19] 299-gary-refactor-autotests.diff Queue

2005-10-10 Thread Gary V. Vaughan
t plain `--ltdl' for backward compatibility.) Because the Makefile in _LTDL_PROJECT_FILES used to hardcode sub/ltdl. Now fixed. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )=

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

2005-10-10 Thread Gary V. Vaughan
ere macrodir was introduced). Erm, 280 was committed already on 2005-09-30, right? So just commit the change in a new patch if you like. D'oh, yep. Will do. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.

FYI: centralise INCLTDL [291]

2005-10-10 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove AC_SUBST of LIBLTDL, LTDLINCL, and all mention of INCLTDL. (LT_WITH_LTDL): Due to order constraints between LTDL_CONVENIENCE, LTDL_INSTALLABLE, LT_WIT

FYI: remove spurious quotes [libtool--devo--1.0--patch-319]

2005-10-10 Thread Gary V. Vaughan
files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (_LT_ENABLE_INSTALL): Remove bogus extra closing brackets. --- orig/libltdl/m4/ltdl.m4 +++ mod/libltdl/m4/ltdl.m4 @@ -272,7 +272,7 @@ AM_CONDITIONAL(INSTALL_LTDL,

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

Re: FYI: stresstest -no-undefined nitfix

2005-10-10 Thread Gary V. Vaughan
applying this instead? Nope, please go right ahead! > (getting the "trivial" ones wrong should teach me to ask for approval..) > * tests/stresstest.at: Use `allow_undefined_flag' instead of > host_os setting. Cheers, Gary. -- Gary V. Vaughan

Re: FYI: centralise INCLTDL [291]

2005-10-11 Thread Gary V. Vaughan
h, instead. Do you agree? Yes. I'll have a poke around and see if I can make a working version of my patch later, as I do think it is nicer to consolidate the whole thing if possible. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '

Re: [patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-10-11 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the review! * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 12:26:29PM CEST: * tests/subdirectory.at: New tests for libltdl as a subdirectory, configured and compiled from the toplevel project. * tests

Re: subproject.at distcheck failure

2005-10-11 Thread Gary V. Vaughan
sts/subproject.at: Use it. Do not call `autoreconf' in tests, since it will try to reconfigure `sub/ltdl', which breaks `make check' during `distcheck' because of a readonly source tree. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PR

Re: FYI: subproject.at distcheck failure

2005-10-12 Thread Gary V. Vaughan
Hallo Ralf, You've uncovered a nice bug here. Fix below... Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Oct 11, 2005 at 06:27:33PM CEST: I'm not quite sure about the best way to handle this. We could replace autoreconf with calling aclocal, automake, and autoconf

Re: FYI: subproject.at distcheck failure

2005-10-12 Thread Gary V. Vaughan
Hallo Ralf (and other random libtool patch reviewers ;-)), After more testing, and an adjustment to libtoolize.at to compensate for the slight change in output, okay to apply? Gary V. Vaughan wrote: You've uncovered a nice bug here. Fix below... Except that now libtoolize will need to h

Re: [patch 02/19] 284-gary-report-macro-files-for-aclocal.diff Queue

2005-10-12 Thread Gary V. Vaughan
acement patch that tries to address your concerns, but being mindful of not reading badly regardless of the flag values: libtoolize.m4sh | 64 +--- 1 files changed, 43 insertions(+), 21 deletions(-) Index: libtool--devo--1.0/ChangeLog from Ga

Re: [patch 03/19] 285-gary-diagnose-missing-LT_WITH_LTDL.diff Queue

2005-10-12 Thread Gary V. Vaughan
115 1 files changed, 58 insertions(+), 57 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Move the consistency checks... (func_check_macros): ...

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

2005-10-13 Thread Gary V. Vaughan
-- NEWS |4 + bootstrap|5 - doc/libtool.texi | 63 libltdl/Makefile.inc | 155 +++ libtoolize.m4sh | 69 -- 6 files changed, 299 insertions(+),

FYI: subproject.at tidy up [libtool--devo--1.0--patch-326]

2005-10-14 Thread Gary V. Vaughan
--patch-325 M ChangeLog M tests/subproject.at * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/subproject.at (_LTDL_SETUP): Use pushdef/popdef to simulate file-local scope. Empty source file compilation is not po

FYI: remove config.h.in workaround [libtool--devo--1.0--patch-327]

2005-10-14 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/subproject.at: Removed 'touch config.h.in' workaround for bug now fixed. --- orig/tests/subproject.at +++ mod/tests/subproject.at @@ -51,11 +51,12 @@ AT_SETUP([compiling softlinked libltdl]) _LTD

FYI: move config.h.in creation [libtool--devo--1.0--patch-328]

2005-10-14 Thread Gary V. Vaughan
: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/subproject.at: Move 'touch config.h.in' invocation. --- orig/tests/subproject.at +++ mod/tests/subproject.at @@ -42,6 +42,8 @@ ]]) echo 'static int dummy = 0;' > foo.c + +touch c

Re: [patch 05/19] 288-gary-ltdl-nonrecursive-tests.diff Queue

2005-10-14 Thread Gary V. Vaughan
efile.am |1 tests/nonrecursive.at | 150 ++ tests/testsuite.at|9 +++ 3 files changed, 160 insertions(+) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/nonrecursive.at: New tests for libltdl as a subdirecto

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

2005-10-14 Thread Gary V. Vaughan
libltdl/m4/ltdl.m4 | 12 +++ libtoolize.m4sh | 69 ++-- 8 files changed, 329 insertions(+), 140 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * configure.ac: Move SUBDIR_LIBOBJS check from he

Re: [patch 07/19] 291-gary-centralise-INCLTDL.diff Queue

2005-10-14 Thread Gary V. Vaughan
Redone to fix the problems you encountered in the other thread about this patch. Okay to commit? libltdl/m4/ltdl.m4 | 19 +-- 1 files changed, 5 insertions(+), 14 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libl

FYI: libltdl configure messages [294]

2005-10-14 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ AC_MSG_RESULT pairs. 2005-10-14 Gary V. Vaughan <[EMAIL PROTECTED]> --- orig/libltdl/m4/ltdl.m4 +++ mod/libltdl/m4/ltdl.m4 @@ -158,7 +158,6

Re: [patch 07/19] 291-gary-centralise-INCLTDL.diff Queue

2005-10-14 Thread Gary V. Vaughan
On 14 Oct 2005, at 17:41, Ralf Wildenhues wrote: Hi Gary, Hi Ralf, * Gary V. Vaughan wrote on Fri, Oct 14, 2005 at 05:38:38PM CEST: Redone to fix the problems you encountered in the other thread about this patch. Okay to commit? Erm, no? This patch is completely identical to the one I

Re: [patch 02/19] 284-gary-report-macro-files-for-aclocal.diff Queue

2005-10-16 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Wed, Oct 12, 2005 at 05:28:20PM CEST: > OK, please apply. Thanks for redoing. Will do. Just waiting on a verdict on 277 so I can do them in the same order that I've tested them, to avoid any further hi

[Patch] Re: libtoolize weirdness (after 285-gary)

2005-10-17 Thread Gary V. Vaughan
Okay to commit? Fixes a dumb bug, where the serial numbers of m4_included files are looked up incorrectly. libtoolize.m4sh | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTEC

286-gary-libtoolize-recursive-ltdl.diff

2005-10-17 Thread Gary V. Vaughan
libtoolize.m4sh | 69 +--- 7 files changed, 295 insertions(+), 136 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/Makefile.inc: New file, factored out of Makefile.am for use in non-recursive l

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

2005-10-18 Thread Gary V. Vaughan
ests/testsuite.at| 15 ++- 5 files changed, 33 insertions(+), 64 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/testsuite.at (LT_AT_BOOTSTRAP): Allow passing arguments to configure. * tests/old-m4-iface

My patch queue status

2005-10-18 Thread Gary V. Vaughan
-- awaiting commit of earlier patches - patches/1-ralf-fix-ltdl-config-dist.diff awaiting Ralf's version - patches/272-gary-sync-m4sh-utils.diff deferred until post-2.0 Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http:/

Re: 286-gary-libtoolize-recursive-ltdl.diff

2005-10-18 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Good Morning! Thank you, for all of this work, and sorry for the latency. No problem. It's better to do it right than do it fast, no? ;-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( 

Re: speedup bootstrap

2005-10-24 Thread Gary V. Vaughan
! On the other hand, thankyou very much for taking the time to fix this problem! I'm going to add your patch to my quilt series and enjoy the speedup until 2.0 is done. It'll also mean that I'll have been able to give it a good workout before approving. Cheers, Gary. --

Re: speedup bootstrap

2005-10-24 Thread Gary V. Vaughan
t I will use it for my installed libtool, mainly for work on M4. I'll keep my libtool dev tree clean, except for the 2.0 patch queue. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Debugging M4 [Was Re: speedup bootstrap]

2005-10-24 Thread Gary V. Vaughan
ctel boxes before I can use 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 signature.asc Description: OpenPGP digital signature

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

2005-10-25 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the review! * Gary V. Vaughan wrote on Mon, Oct 10, 2005 at 12:26:25PM CEST: Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): R

Re: [Patch] libtoolize weirdness (after 285-gary)

2005-10-25 Thread Gary V. Vaughan
insertions(+), 9 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Don't use func_serial_update as a copy function for libtool m4 files with no macro_regex. If the files are copied directly into aclocal.

FYI: libtoolize config fix [302-gary-libtoolize-config.diff]

2005-10-26 Thread Gary V. Vaughan
Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Always copy pkgconfig_files for --ltdl, incase ltdl needs additional things not found by automake when looking at the parent project configury. * tests/libtoolize.at:

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

2005-10-26 Thread Gary V. Vaughan
* modified files Index: 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_i

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

2005-10-26 Thread Gary V. Vaughan
* modified files Index: 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_i

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

2005-10-26 Thread Gary V. Vaughan
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, using the files from installed libltdl if available. Also, list the additional files re

FYI: 285-gary-diagnose-missing-LT_WITH_LTDL.diff

2005-10-26 Thread Gary V. Vaughan
Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Move the consistency checks... (func_check_macros): ...into here. Also suggest LT_WITH_LTDL if appropriate. 2005-10-26 Gary V. Vaughan <[EMAIL PROTECTED]> --- orig/libtoolize.m4sh +++ mod/lib

FYI: 303-gary-correct-included-file-matching-expression.diff

2005-10-26 Thread Gary V. Vaughan
Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Don't use func_serial_update as a copy function for libtool m4 files with no macro_regex. If the files are copied directly into aclocal.m4, because AC_CONFIG_MACRO_DIR isn't set for example,

FYI: 286-gary-libtoolize-recursive-ltdl.diff

2005-10-26 Thread Gary V. Vaughan
files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/Makefile.inc: New file, factored out of Makefile.am for use in non-recursive libltdl installations. * bootstrap: Adjust. * Makefile.am: include it. (libltdl/Makefile.am): Adjust to

Re: My patch queue status

2005-10-26 Thread Gary V. Vaughan
-dist.diff awaiting Ralf's version - patches/272-gary-sync-m4sh-utils.diff deferred until post-2.0 Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.or

FYI: revert broken part of the recent libtoolize func_serial_check patch [libtool--devo--1.0--patch-337]

2005-10-26 Thread Gary V. Vaughan
Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Put back the func_serial_update callback for func_copy_some_files so that the testsuite passes again. We'll have to find a better way of handling serial numbers in libtool macro files.

Re: tagtrace test: skip for older autoconf version

2005-10-27 Thread Gary V. Vaughan
heers, 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: Solaris, combining a bunch of convenience archives

2005-10-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: OK to apply? The actual fix for Solaris/CVS HEAD is to follow soon. Yes please! * tests/convenience.at: Updated to expose more corner cases. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/

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