From: Daiki Ueno Date: Sun, 13 Jul 2014 21:13:12 +0000 (+0900) Subject: autopoint: Fix the last change X-Git-Tag: v0.19.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52c4a802b16d64a5ebb360b8e3e72c1ff7a497d;p=thirdparty%2Fgettext.git autopoint: Fix the last change * autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index f486f5445..157e406f8 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,9 @@ +2014-07-14 Daiki Ueno + + autopoint: Fix the last change + * autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and + AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace. + 2014-07-14 Daiki Ueno autopoint: Select macro tracing method by Autoconf version @@ -5,7 +11,7 @@ . * autopoint.in (func_trace_autoconf): Rename from func_trace. ($func_trace): Set to func_trace_autoconf if Autoconf >= 2.69 is - availabl, otherwise to func_trace_sed. + available, otherwise to func_trace_sed. * gettextize.in: Likewise. 2014-06-10 Daiki Ueno