1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-22 13:00:43 +02:00

(AM_GNU_GETTEXT): Do `changequote' around use of brackets

in macro definition.  From Eli Zaretskii and Alain Magloire.
This commit is contained in:
Jim Meyering
1999-02-17 20:12:10 +00:00
parent 37f353eb26
commit 0800a11f65

View File

@@ -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