[Ping] [PATCH] Support relative command name for git-merge-changelog program.

2013-06-19 Thread Stefano Lattarini
On 06/03/2013 05:58 PM, Stefano Lattarini wrote: > Otherwise, even after correctly setting the git configuration entry > 'merge.merge-changelog.driver' to "git-merge-changelog %O %A %B" > (which is perfectly valid), the 'import-gnulib.sh' script aborts >

[PATCH] Support relative command name for git-merge-changelog program.

2013-06-03 Thread Stefano Lattarini
gelog is not executable. ERROR: Please fix .git/config or install git-merge-changelog * import-gnulib.sh (check_merge_driver): Adjust to check that the given driver is runnable as a command, rather than that it is executable as a path. Signed-off-by: Stefano Lattarini --- ChangeLog| 13 +

Re: [PATCH] build: use $(AM_CPPFLAGS) rather than $(INCLUDES)

2012-12-21 Thread Stefano Lattarini
Hi finders! Reference: <http://lists.gnu.org/archive/html/bug-findutils/2012-11/msg00029.html> On 11/17/2012 07:38 PM, Stefano Lattarini wrote: > The former is deprecated in favour of the latter; its use causes > warnings in Automake 1.12.4, and support for it will likely be removed

[PATCH] build: use $(AM_CPPFLAGS) rather than $(INCLUDES)

2012-11-17 Thread Stefano Lattarini
-paperwork-exempt: yes Signed-off-by: Stefano Lattarini --- find/Makefile.am | 2 +- lib/Makefile.am| 2 +- locate/Makefile.am | 2 +- xargs/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/find/Makefile.am b/find/Makefile.am index 0795b87..f1068bf 100644

Manual fails to build with development version of texinfo (4.13.90)

2012-11-17 Thread Stefano Lattarini
That development version is scheduled to be released as Texinfo 5.0 in few days. Here are the errors I'm encountering: find.texi:53: Misplaced { find.texi:53: Misplaced } find.texi:1927: warning: Node `Formatting Flags' is next for `Reserved and Unknown Directives' in menu but not in secti

findutils still uses Automake's AM_C_PROTOTYPES macro, but that's going to be removed

2011-10-10 Thread Stefano Lattarini
an GNU/Linux system). Regards, Stefano From 7012ed3bfe31c79dfe4eacc2928fec0971aa Mon Sep 17 00:00:00 2001 Message-Id: <7012ed3bfe31c79dfe4eacc2928fec0971aa.1318267999.git.stefano.lattar...@gmail.com> From: Stefano Lattarini Date: Mon, 10 Oct 2011 19:30:22 +0200 Subject: [PATCH] Remov

spurious bootstrap failure

2011-10-10 Thread Stefano Lattarini
On Debian GNU/Linux unstable: $ git clone git://git.sv.gnu.org/findutils remote: Total 17963 (delta 14240), reused 17927 (delta 14216) Receiving objects: 100% (17963/17963), 7.53 MiB | 309 KiB/s, done. Resolving deltas: 100% (14240/14240), done. $ sh import-gnulib.sh Checking the submo