[project @ 2003-06-10 17:58:25 by sof]
authorsof <unknown>
Tue, 10 Jun 2003 17:58:25 +0000 (17:58 +0000)
committersof <unknown>
Tue, 10 Jun 2003 17:58:25 +0000 (17:58 +0000)
hardtop{mingw32}: for now, stick with 'cygpath -w' instead of 'cygpath -m'

configure.in

index b505440..fea206c 100644 (file)
@@ -373,7 +373,7 @@ case $HostPlatform in
   i386-unknown-mingw32 | i386-unknown-cygwin32)
        # convert $hardtop to a path that mingw will understand too
        cyghardtop=${hardtop}
-       hardtop=`cygpath -m ${cyghardtop}`
+       hardtop=`cygpath -w ${cyghardtop} | sed -e 's@\\\\@/@g'`
        hardtop_plat=`cygpath -w ${cyghardtop} | sed -e 's@\\\\@\\\\\\\\@g'`
        ;;
   *)