Bob Friesenhahn wrote: > Dealing with Windows paths from the unixish environment is a real > problem. For my package, I use a home-brewed shell script which > obtains the actual Windows path based on the Cygwin/MinGW mount and > applies the desired amount of backslash escaping to survive any > remaining configure script processing. For Cygwin at least, isn't it a lot easier to just do something like winpath="`cygpath -w "$unixpath"`" than mess around parsing the output of mount and such? Brian _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf