From: sof Date: Tue, 10 Jun 2003 17:58:25 +0000 (+0000) Subject: [project @ 2003-06-10 17:58:25 by sof] X-Git-Tag: Approx_11550_changesets_converted~782 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=282db6d5a472c41d1008269bdd580caf1dcb9828 [project @ 2003-06-10 17:58:25 by sof] hardtop{mingw32}: for now, stick with 'cygpath -w' instead of 'cygpath -m' --- diff --git a/configure.in b/configure.in index b505440..fea206c 100644 --- a/configure.in +++ b/configure.in @@ -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'` ;; *)