summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-14 16:13:45 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-14 16:13:45 +0000
commit77b4d40facfd3c9c0718e3fa47ad308187ce2ce6 (patch)
treee969afff3daa3115e34a7f0a0c3de1abeba76f88 /m4
parentfcbcf0cd45902e129038f286b063f101083a4e89 (diff)
downloadgrep-77b4d40facfd3c9c0718e3fa47ad308187ce2ce6.tar.gz
patch provided by elie
change quote. * grep-2.2f beta release. * m4/{djgpp,envsep,glibc,regex,dosfile,isc-posix}.m4 : New files to aid configuration and unload configure.in. * m4/Makefile.am : updated. Patch forwarded by Ben Elliston.
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index ba0343f7..8a9484d3 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -310,11 +310,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