From: Jim Meyering Date: Tue, 22 Apr 2003 08:22:22 +0000 (+0000) Subject: Change an occurrence of [ \t] to [\t ]. X-Git-Tag: v5.0.1~661 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d446eecbf518e7843475f3d23100154432c48c3f;p=thirdparty%2Fcoreutils.git Change an occurrence of [ \t] to [\t ]. --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 5c545ef4f2..877e1e42dd 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -415,7 +415,7 @@ AC_DEFUN([AM_PO_SUBDIRS], if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters.