mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 19:33:11 +00:00
Fix "cygpath: command not found" errors with `mmake --use-mmc-make'.
Estimated hours taken: 0.25 Branches: main Fix "cygpath: command not found" errors with `mmake --use-mmc-make'. configure.in: bindist/bindist.configure.in: scripts/Mmake.vars.in: Check that `cygpath' exists, rather than hard-coding it in Mmake.vars.in.
This commit is contained in:
@@ -84,6 +84,7 @@ AC_SUBST(LIB_LIBPATH)
|
||||
AC_SUBST(LINK_LIB)
|
||||
AC_SUBST(LINK_OPT_SEP)
|
||||
AC_SUBST(FIX_PATH_FOR_CC)
|
||||
AC_SUBST(CYGPATH)
|
||||
AC_SUBST(MATH_LIB)
|
||||
AC_SUBST(SHARED_LIBS_SH)
|
||||
AC_SUBST(CGIDIR)
|
||||
|
||||
Reference in New Issue
Block a user