# HG changeset patch # User Jim Meyering # Date 950023766 0 # Node ID d6279dc85bc311da01884460662370b5f393200b # Parent cd177d39cd8dc4c471981d09285a5fe07d618b75 (AM_GNU_GETTEXT): Quote square brackets with `[' and `]' and remove uses of `changequote'. diff --git a/m4/gettext.m4 b/m4/gettext.m4 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -303,16 +303,14 @@ dnl Generate list of files to be processed by xgettext which will dnl be included in po/Makefile. test -d po || mkdir po - changequote(, )dnl case "$srcdir" in .) posrcprefix="../" ;; - /* | [A-Za-z]:*) + /* | [[A-Za-z]]:*) posrcprefix="$srcdir/" ;; *) posrcprefix="../$srcdir/" ;; esac - changequote([, ])dnl rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES