projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f209fd
)
Support DOS-style d:/foo/bar absolute file names.
author
Jim Meyering
<jim@meyering.net>
Sun, 7 Feb 1999 13:41:27 +0000
(13:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 7 Feb 1999 13:41:27 +0000
(13:41 +0000)
From Eli Zaretskii.
m4/gettext.m4
patch
|
blob
|
history
diff --git
a/m4/gettext.m4
b/m4/gettext.m4
index 3ecb20348504fd0b7e0fb809085d3ffa58c7a4db..a12bdbf08debd239c497529f0eb613aee3ca618d 100644
(file)
--- a/
m4/gettext.m4
+++ b/
m4/gettext.m4
@@
-314,7
+314,7
@@
strdup __argz_count __argz_stringify __argz_next])
dnl be included in po/Makefile.
test -d po || mkdir po
if test "x$srcdir" != "x."; then
- if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
+ if test "x`echo $srcdir | sed
-e 's@^[A-z]:@@' -e
's@/.*@@'`" = "x"; then
posrcprefix="$srcdir/"
else
posrcprefix="../$srcdir/"