From 6a0f39f4dd138fadabc415fa6b392bf154269afe Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 27 Mar 2014 18:36:59 +0900 Subject: [PATCH] autopoint: Remove useless comments --- gettext-tools/misc/autopoint.in | 6 ++---- gettext-tools/misc/gettextize.in | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 240c509f7..4d641a584 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -155,12 +155,10 @@ m4_undefine([m4_esyscmd]) } # func_trace_sed macro configure.ac -# traces a non-standard Autoconf macro call and outputs the arguments to stdout. +# traces a non-standard Autoconf macro call and outputs the first +# argument to stdout. func_trace_sed () { - # Otherwise, manually extract macro calls in configure.ac with - # sed. This is less reliable than the above way and does not - # support multiple calls. sed_extract_arguments=' s,#.*$,,; s,^dnl .*$,,; s, dnl .*$,,; /'"$1"'(/ { diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 19c6467b9..27ca7272c 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -155,12 +155,10 @@ m4_undefine([m4_esyscmd]) } # func_trace_sed macro configure.ac -# traces a non-standard Autoconf macro call and outputs the arguments to stdout. +# traces a non-standard Autoconf macro call and outputs the first +# argument to stdout. func_trace_sed () { - # Otherwise, manually extract macro calls in configure.ac with - # sed. This is less reliable than the above way and does not - # support multiple calls. sed_extract_arguments=' s,#.*$,,; s,^dnl .*$,,; s, dnl .*$,,; /'"$1"'(/ { -- 2.47.3