gnulib-tool: small tweak

2007-12-10 Thread Bruno Haible
Applied this: 2007-12-09 Bruno Haible [EMAIL PROTECTED] * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code introduced on 2006-09-09. *** gnulib-tool.orig2007-12-09 19:07:02.0 +0100 --- gnulib-tool 2007-12-09 18:41:23.0 +0100 ***

gnulib-tool: fix a detail in tests/Makefile.am

2007-12-10 Thread Bruno Haible
Applied this: 2007-12-09 Bruno Haible [EMAIL PROTECTED] * gnulib-tool (func_emit_tests_Makefile_am): Expand references to the build-aux directory. *** gnulib-tool.bak --- gnulib-tool *** *** 1883,1889 echo echo LDADD =

Re: no license on some test modules

2007-12-10 Thread Bruno Haible
Eric Blake wrote: That sounds okay to me - by separating the GPL prereqs of the tests into their own directory and library, the tests can now be GPL without polluting the LGPL nature of the normal library. OK, this patch implements it. 2007-12-09 Bruno Haible [EMAIL PROTECTED] Let

Re: no license on some test modules

2007-12-10 Thread Jim Meyering
Bruno Haible [EMAIL PROTECTED] wrote: Eric Blake wrote: That sounds okay to me - by separating the GPL prereqs of the tests into their own directory and library, the tests can now be GPL without polluting the LGPL nature of the normal library. OK, this patch implements it. 2007-12-09

Re: Support versions of autoconf prior to 2.59c.

2007-12-10 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: I discovered that gnulib-tool requires autoconf-2.59c or newer for autoconf's m4_foreach_w macro. This change lets gnulib-tool work also with autoconf-2.59. This was necessary for libvirt, when running their ./autogen.sh script on a RHEL5 system, which

Re: Patch for the getpagesize module

2007-12-10 Thread Martin Lambers
Bruno Haible wrote: Do you want to replace the getpagesize function from libgcc.a on MinGW with the implementation above? Or do you want the implementation above only for native Windows variants that don't have getpagesize? The former. The function from libgcc.a is maybe not correct in all

Re: no license on some test modules

2007-12-10 Thread Eric Blake
Bruno Haible bruno at clisp.org writes: * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests argument. If true, add rules to generate libtests.a, and put libtests.a into $(LDADD). --- 1919,1939 echo -I${testsbase_inverse}

Re: Support versions of autoconf prior to 2.59c.

2007-12-10 Thread Ralf Wildenhues
Hello Jim, * Jim Meyering wrote on Mon, Dec 10, 2007 at 02:38:41PM CET: Support versions of autoconf prior to 2.59c. * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w if it is not already defined. Hi Bruno, I've just rebased, after pulling your latest changes.

Re: Support versions of autoconf prior to 2.59c.

2007-12-10 Thread Jim Meyering
Ralf Wildenhues [EMAIL PROTECTED] wrote: Hello Jim, * Jim Meyering wrote on Mon, Dec 10, 2007 at 02:38:41PM CET: Support versions of autoconf prior to 2.59c. * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w if it is not already defined. Hi Bruno, I've just