3 # Find a functional Bourne shell
6 AC_REQUIRE([FPTOOLS_SET_PLATFORMS_VARS]) dnl for $windows
7 AC_ARG_VAR(SH,[Use as the full path to a Bourne shell. [default=autodetect]])
8 AC_PATH_PROGS([SH], [sh bash])
9 if test "$windows" = "YES"; then
10 dnl use mixed (-m) mode to get C:/mingw64/... with forward slashes.
11 dnl windows (-w) mode will give us C:\... and mess with escaping.