summarylogtreecommitdiffstats
path: root/coot-guile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'coot-guile.patch')
-rw-r--r--coot-guile.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/coot-guile.patch b/coot-guile.patch
new file mode 100644
index 000000000000..44dd1462a020
--- /dev/null
+++ b/coot-guile.patch
@@ -0,0 +1,27 @@
+--- macros/guile_orig.m4 2013-07-31 00:25:19.715073145 -0700
++++ macros/guile.m4 2013-07-31 00:27:01.763927099 -0700
+@@ -72,21 +72,21 @@
+ # The variables are marked for substitution, as by @code{AC_SUBST}.
+ #
+ AC_DEFUN([GUILE_PROGS],
+- [AC_PATH_PROG(GUILE,guile)
++ [AC_PATH_PROG(GUILE,guile1.8)
+ if test x$with_guile = xyes ; then
+ if test "$GUILE" = "" ; then
+ AC_MSG_ERROR([guile required but not found])
+ fi
+ fi
+ AC_SUBST(GUILE)
+- AC_PATH_PROG(GUILE_CONFIG,guile-config)
++ AC_PATH_PROG(GUILE_CONFIG,guile-config1.8)
+ if test x$with_guile = xyes ; then
+ if test "$GUILE_CONFIG" = "" ; then
+ AC_MSG_ERROR([guile-config required but not found])
+ fi
+ fi
+ AC_SUBST(GUILE_CONFIG)
+- AC_PATH_PROG(GUILE_TOOLS,guile-tools)
++ AC_PATH_PROG(GUILE_TOOLS,guile-tools1.8)
+ AC_SUBST(GUILE_TOOLS)
+ ])
+