diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-17 20:12:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-17 20:12:10 +0000 |
commit | 0800a11f6513a0ca0cef82486ca278bbe87b5314 (patch) | |
tree | 8d4f3c1b17f05895e053b61fd6191a4a1fb0dcc7 | |
parent | 37f353eb2659765b5ca5914f917e86faa3b3e1ab (diff) | |
download | coreutils-0800a11f6513a0ca0cef82486ca278bbe87b5314.tar.xz |
(AM_GNU_GETTEXT): Do `changequote' around use of brackets
in macro definition. From Eli Zaretskii and Alain Magloire.
-rw-r--r-- | m4/gettext.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4 index a12bdbf08..0decdf705 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 |