From: Daiki Ueno Date: Thu, 27 Mar 2014 09:36:59 +0000 (+0900) Subject: autopoint: Remove useless comments X-Git-Tag: v0.19~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0f39f4dd138fadabc415fa6b392bf154269afe;p=thirdparty%2Fgettext.git autopoint: Remove useless comments --- 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"'(/ {