Re: Question about automatic generation of GPLv3 COPYING file

2008-11-22 Thread Ralf Wildenhues
http://lists.gnu.org/archive/html/bug-automake/2008-09/msg7.html Hello, and apologies for the long delay. I am installing this patch to the git master and branch-1-10 version of Automake. It adds an unconditional note to the output of automake --add-missing that GPLv3 is being installed,

Re: [PATCH] Add xz compression support.

2008-11-22 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Thu, Nov 20, 2008 at 10:09:03AM CET: Just to let you know that the latest changes in the upstream LZMA-utils repository (git://ctrl.tukaani.org/lzma-utils.git) make it so that the primary tool name is now xz rather than lzma. The commit log for

Re: [PATCH] Add xz compression support.

2008-11-22 Thread Jim Meyering
Ralf Wildenhues [EMAIL PROTECTED] wrote: ... Anyway, thanks for the patch. Committed to master with only minor modifications. It would be nice if you could test the new test to ensure that it passes with 'xz' installed (I haven't done that on my system yet, let's see if Debian uploads a

[PATCH 1/3] quotes in configure.ac

2008-11-22 Thread William Pursell
Here's a few patches, mostly to doc/automake.texi 'make info pdf ps' runs clean with all 3 applied. This first adds quoting in configure.ac. The 3rd is obvious typos/grammaros (and a ChangeLog entry), and the 2nd is some edits of questionable quality. In particular, the 2nd hunk regarding

Re: [PATCH] Add xz compression support.

2008-11-22 Thread Ralf Wildenhues
* Jim Meyering wrote on Sat, Nov 22, 2008 at 02:17:55PM CET: Ralf Wildenhues [EMAIL PROTECTED] wrote: ... Anyway, thanks for the patch. Committed to master with only minor modifications. It would be nice if you could test the new test to ensure that it passes with 'xz' installed (I

[PATCH 3/3] automake.texi/ChangeLog

2008-11-22 Thread William Pursell
commit 7662273966ac796795cfd8fec06a9d8e610767ac Author: William Pursell [EMAIL PROTECTED] Date: Sat Nov 22 12:40:21 2008 + Typos, grammar, and minor changes to texinfo. Fixed url of config on savannah. (s/cvs/git/) Remove punctuation from top level Include menu item

Re: [PATCH 1/3] quotes in configure.ac

2008-11-22 Thread Ralf Wildenhues
Hi William, thanks for the patches. A couple of comments. * William Pursell wrote on Sat, Nov 22, 2008 at 02:20:56PM CET: --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AM_INIT_AUTOMAKE([1.10a dist-bzip2 filename-length-max=99 color-tests]) # * Prereleases on the trunk are all

Re: [PATCH 1/3] quotes in configure.ac

2008-11-22 Thread William Pursell
Ralf Wildenhues wrote: @@ -2886,8 +2889,9 @@ If a Lex source file is seen, then this macro must be used. Autoconf Manual}. @item AC_REQUIRE_AUX_FILE [EMAIL PROTECTED] will ensure each file for which this macro is -called exists in the aux directory, and will complain otherwise. It [EMAIL

Re: [PATCH 1/3] quotes in configure.ac

2008-11-22 Thread Ralf Wildenhues
* William Pursell wrote on Sat, Nov 22, 2008 at 05:19:20PM CET: Ralf Wildenhues wrote: How about this instead: For each @code{AC_REQUIRE_AUX_FILE([EMAIL PROTECTED]@var{file}}])}, @command{automake} will ensure that @[EMAIL PROTECTED] exists in the aux directory, and will complain