rpms/mathgl/EL-5 mathgl-allow-autoconf-2p59.patch, NONE, 1.1 mathgl-disable-texinfo-html.patch, NONE, 1.1

mycae mycae at fedoraproject.org
Mon Sep 14 12:21:36 UTC 2009


Author: mycae

Update of /cvs/pkgs/rpms/mathgl/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15163

Added Files:
	mathgl-allow-autoconf-2p59.patch 
	mathgl-disable-texinfo-html.patch 
Log Message:
- commit patches to fix autoconf. Partial fix for texinfo crash


mathgl-allow-autoconf-2p59.patch:
 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE mathgl-allow-autoconf-2p59.patch ---
--- configure.ac	2009-07-01 09:50:10.000000000 -0600
+++ configure.ac.new	2009-09-14 05:26:25.000000000 -0600
@@ -1,5 +1,6 @@
 AC_INIT(mgl/mgl_main.cpp)
 
+AC_PREREQ(2.59)
 MGL_RELEASE=1.8
 AC_SUBST(MGL_RELEASE)
 
@@ -239,7 +240,7 @@
 esac],[qt=false])
 if (test x$all = xtrue || test x$qt = xtrue) ;then
     AT_WITH_QT
-    AT_REQUIRE_QT_VERSION(4.3)
+#    AT_REQUIRE_QT_VERSION(4.3)
     test_qt=true
 fi
 AM_CONDITIONAL(USE_QT, test x$test_qt = xtrue)

mathgl-disable-texinfo-html.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mathgl-disable-texinfo-html.patch ---
--- texinfo/Makefile.am	2009-07-01 09:50:10.000000000 -0600
+++ texinfo/Makefile.am.new	2009-09-14 06:10:13.000000000 -0600
@@ -23,4 +23,4 @@
 uninstall-local:
 	rm -rf $(mglpng)
 
-all-local: html pdf
+all-local: pdf




More information about the fedora-extras-commits mailing list