Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
Stefano Lattarini wrote: > On 09/12/2012 09:38 PM, Jim Meyering wrote: >> >> I presume you'd like this to be committed on "maint"? >> > OK thanks, with just one nit ... Pushed to master. The offending code is not on maint. >> From 335cea6d5e62d011f9fe1f470d336d85599a5ef5 Mon Sep 17 00:00:00 2001

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Stefano Lattarini
On 09/12/2012 09:38 PM, Jim Meyering wrote: > > I presume you'd like this to be committed on "maint"? > OK thanks, with just one nit ... > From 335cea6d5e62d011f9fe1f470d336d85599a5ef5 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 12 Sep 2012 17:31:24 +0200 > Subject: [PATCH] fix typ

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
Stefano Lattarini wrote: > Hi Jim, thanks for the patch. > > On 09/12/2012 05:53 PM, Jim Meyering wrote: >> >> * t/gettext-macros.sh: Fix typo in name of macro emitted into >> mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ >> > Yikes, how have I been missing that ?!? > > Maybe, to help me (and future re

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Stefano Lattarini
Hi Jim, thanks for the patch. On 09/12/2012 05:53 PM, Jim Meyering wrote: > > * t/gettext-macros.sh: Fix typo in name of macro emitted into > mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ > Yikes, how have I been missing that ?!? Maybe, to help me (and future readers) to understand how this blunder

[PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
* t/gettext-macros.sh: Fix typo in name of macro emitted into mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ --- t/gettext-macros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh index 1d94dad..f548d1a 100755 --- a/t/gettext-macros.sh +++