--- monobristol.git.orig/configure.ac
+++ monobristol.git/configure.ac
@@ -17,9 +17,9 @@
AC_PROG_INSTALL
-AC_PATH_PROG(GMCS, gmcs, no)
+AC_PATH_PROG(GMCS, mono-csc, no)
if test "x$GMCS" = "xno"; then
- AC_MSG_ERROR([gmcs Not found])
+ AC_MSG_ERROR([You need to install a C-sharp compiler])
fi
--- monobristol.git.orig/monoBristol.make
+++ monobristol.git/monoBristol.make
@@ -3,7 +3,7 @@
# Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
ASSEMBLY = bin/Debug/monoBristol.exe
ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -17,7 +17,7 @@
endif
if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
ASSEMBLY = bin/Release/monoBristol.exe
ASSEMBLY_MDB =