From: Jim Meyering Date: Wed, 17 Feb 1999 20:12:10 +0000 (+0000) Subject: (AM_GNU_GETTEXT): Do `changequote' around use of brackets X-Git-Tag: FILEUTILS-4_0e~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0800a11f6513a0ca0cef82486ca278bbe87b5314;p=platform%2Fupstream%2Fcoreutils.git (AM_GNU_GETTEXT): Do `changequote' around use of brackets in macro definition. From Eli Zaretskii and Alain Magloire. --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index a12bdbf..0decdf7 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -314,11 +314,13 @@ strdup __argz_count __argz_stringify __argz_next]) dnl be included in po/Makefile. test -d po || mkdir po if test "x$srcdir" != "x."; then + changequote(, )dnl if test "x`echo $srcdir | sed -e 's@^[A-z]:@@' -e 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi + changequote([, ])dnl else posrcprefix="../" fi