]> git.pld-linux.org Git - packages/pango.git/commitdiff
added
authortrojan <trojan@pld-linux.org>
Thu, 19 Dec 2002 13:02:01 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango-gtkdoc.patch -> 1.1

pango-gtkdoc.patch [new file with mode: 0644]

diff --git a/pango-gtkdoc.patch b/pango-gtkdoc.patch
new file mode 100644 (file)
index 0000000..9b7f730
--- /dev/null
@@ -0,0 +1,25 @@
+diff -Nru pango-1.0.5.orig/configure.in pango-1.0.5/configure.in
+--- pango-1.0.5.orig/configure.in      Sun Oct 13 18:32:57 2002
++++ pango-1.0.5/configure.in   Thu Dec 19 14:55:11 2002
+@@ -523,21 +523,6 @@
+ AC_CHECK_PROG(GTKDOC, gtkdoc-mkdb, true, false)
+-gtk_doc_min_version=0.6
+-if $GTKDOC ; then 
+-    gtk_doc_version=`gtkdoc-mkdb --version`
+-    AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >= $gtk_doc_min_version])
+-    if perl <<EOF ; then
+-      exit (("$gtk_doc_version" =~ /^[[0-9]]+\.[[0-9]]+$/) &&
+-            ("$gtk_doc_version" >= "$gtk_doc_min_version") ? 0 : 1);
+-EOF
+-      AC_MSG_RESULT(yes)
+-   else
+-      AC_MSG_RESULT(no)
+-      GTKDOC=false
+-   fi
+-fi
+-
+ AM_CONDITIONAL(HAVE_GTK_DOC, $GTKDOC)
+ AC_SUBST(HAVE_GTK_DOC)
This page took 0.032972 seconds and 4 git commands to generate.