]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
autopoint: Remove useless comments
authorDaiki Ueno <ueno@gnu.org>
Thu, 27 Mar 2014 09:36:59 +0000 (18:36 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 27 Mar 2014 09:37:49 +0000 (18:37 +0900)
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in

index 240c509f77bb5d923f03f9eeefd9d9dd5116bf5d..4d641a584764b12b7b817cb62c8274d6337946e9 100644 (file)
@@ -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"'(/ {
index 19c6467b9040c0d0aa4250accd7ba241fa604468..27ca7272cf2ad5e4b9363808c4c933163a1087ab 100644 (file)
@@ -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"'(/ {