Changeset 97


Ignore:
Timestamp:
May 7, 2003, 1:30:06 AM (22 years ago)
Author:
bird
Message:

Drive letter hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gettext.m4

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r96 r97  
    261261      test -d po || mkdir po
    262262      if test "x$srcdir" != "x."; then
    263          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     263         dnl bird: Added a driveletter hack here.
     264         if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    264265            posrcprefix="$srcdir/"
    265266         else
Note: See TracChangeset for help on using the changeset viewer.