]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
autopoint: Fix the last change
authorDaiki Ueno <ueno@gnu.org>
Sun, 13 Jul 2014 21:13:12 +0000 (06:13 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 13 Jul 2014 21:13:12 +0000 (06:13 +0900)
* autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and
AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace.

gettext-tools/misc/ChangeLog

index f486f54459b589069552911b1618e03f77d16ea8..157e406f8f86dc76c467d9f36886fe6b1421f05f 100644 (file)
@@ -1,3 +1,9 @@
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       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  <ueno@gnu.org>
 
        autopoint: Select macro tracing method by Autoconf version
@@ -5,7 +11,7 @@
        <http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00071.html>.
        * 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  <ueno@gnu.org>