summarylogtreecommitdiffstats
path: root/coot-configure.ac.patch
diff options
context:
space:
mode:
authorAthemis2019-01-22 11:03:15 +0100
committerAthemis2019-01-22 11:03:15 +0100
commit0f19d73f9dfa49385ac692c554dfc383c91933f3 (patch)
treed10e49988ba2cec1481106a99a3b375ad12e8da1 /coot-configure.ac.patch
downloadaur-coot-git.tar.gz
initial commit
Diffstat (limited to 'coot-configure.ac.patch')
-rw-r--r--coot-configure.ac.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/coot-configure.ac.patch b/coot-configure.ac.patch
new file mode 100644
index 000000000000..54ea352f0536
--- /dev/null
+++ b/coot-configure.ac.patch
@@ -0,0 +1,28 @@
+--- configure.ac.orig 2016-12-30 12:57:26.843081999 -0500
++++ configure.ac 2016-12-30 12:58:11.963460565 -0500
+@@ -45,11 +45,11 @@
+
+ # AC_PROG_INTLTOOL, no, not today. Mac compilation problems, no perl/ XML or something.
+ # BL says Lets do some testing and use old style if needed
+-AC_MSG_CHECKING([which libtool initialization strategy to adopt])
+-AC_MSG_RESULT([m4_ifset([LT_INIT],[LT-INIT],[AC-PROG-LIBTOOL])])
+-m4_ifset([LT_INIT],
+-[LT_INIT],
+-[AC_PROG_LIBTOOL])
++# AC_MSG_CHECKING([which libtool initialization strategy to adopt])
++# AC_MSG_RESULT([m4_ifset([LT_INIT],[LT-INIT],[AC-PROG-LIBTOOL])])
++# m4_ifset([LT_INIT],
++# [LT_INIT],
++# [AC_PROG_LIBTOOL])
+
+ GNOME_COMPILE_WARNINGS
+ GNOME_CXX_WARNINGS
+@@ -148,7 +148,7 @@
+ AM_WITH_GUILE(, [echo optional guile\?],,)
+ if test x$coot_guile = xtrue ; then
+ GUILE_FLAGS
+- AM_GUILE_LIB
++ # AM_GUILE_LIB
+ # guile-gui depends on a gui interface being present. If it is, force check for guile-gui
+ if test x$with_guile_gtk != x ; then
+ AM_GUILE_GUI