X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=7d27a376c32073b3819589c1f7355a72efa7a91f;hp=3b6cc97c2b1f82e08138c585cf25d7c5b9ac77dd;hb=7caf75c49e6d4b7eb1b88280841bcca9d6a8af00;hpb=a27271f99ff254f995a9403fe36e41b9588d1b32 diff --git a/configure.ac b/configure.ac index 3b6cc97..7d27a37 100644 --- a/configure.ac +++ b/configure.ac @@ -615,7 +615,12 @@ case $HostPlatform in hardtop=`cygpath -w ${cyghardtop} | sed -e 's@\\\\@/@g'` hardtop_plat=`cygpath -w ${cyghardtop} | sed -e 's@\\\\@\\\\\\\\@g'` else - hardtop_plat=${hardtop} +dnl OK, so we're in the MSYS case. hardtop looks like /c/.... +dnl We want to make hardtop_plat into c:/... +dnl Stop using [] for quotes temporarily, so we can use [] in the sed regexp +changequote(, )dnl + hardtop_plat=`echo ${hardtop} | sed -e 's@^/\\([a-zA-Z]\\)/@\\1:/@g'` +changequote([, ])dnl fi ;; *)