You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
687 B

Index: autogen.sh
--- autogen.sh.orig 2014-09-15 12:22:26.000000000 +0200
+++ autogen.sh 2014-12-14 11:25:44.776059200 +0100
@@ -75,7 +75,7 @@
autoconf
cd $ORIGDIR
-$srcdir/configure "$@"
+# $srcdir/configure "$@"
if [ $? -eq 0 ] ; then
echo "Now type 'make' to compile $PROJECT."
Index: configure.in
--- configure.in.orig 2014-09-15 12:22:26.000000000 +0200
+++ configure.in 2014-12-14 11:26:33.445704103 +0100
@@ -404,7 +404,7 @@
AC_ARG_WITH(mono-default-config-dir,
[ --with-mono-default-config-dir=PATH Default value for MonoApplicationsConfigDir],
[
- if test -x "$withval"
+ if true
then
AC_MSG_RESULT([$withval])
DFLT_MONO_CONFIG_DIR="$withval"