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:
Simon Taylor
2002-11-04 01:49:10 +00:00
parent d896c44bf4
commit 8687a17aea
3 changed files with 10 additions and 3 deletions

View File

@@ -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)