]> git.pld-linux.org Git - packages/libgnomecanvas.git/commitdiff
This commit was manufactured by cvs2git to create branch 'GNOME_2_2'. GNOME_2_2
authorcvs2git <feedback@pld-linux.org>
Fri, 28 Feb 2003 15:24:56 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-02-28 15:24:56 UTC aflinta <aflinta@pld-linux.org> '- updated to version 2.2.0.2'
Delete:
    libgnomecanvas-gtk-doc.patch

libgnomecanvas-gtk-doc.patch [deleted file]

diff --git a/libgnomecanvas-gtk-doc.patch b/libgnomecanvas-gtk-doc.patch
deleted file mode 100644 (file)
index 8685ef3..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
---- libgnomecanvas-1.116.0/configure.in~       Wed May  1 16:11:01 2002
-+++ libgnomecanvas-1.116.0/configure.in        Wed May  1 16:11:01 2002
-@@ -74,6 +71,50 @@
- fi
- AC_SUBST(REBUILD)
-+##################################################
-+# Check for gtk-doc.
-+##################################################
-+
-+AC_ARG_WITH(html-dir, [  --with-html-dir=PATH path to installed docs ])
-+
-+if test "x$with_html_dir" = "x" ; then
-+  HTML_DIR='${datadir}/gtk-doc/html'
-+else
-+  HTML_DIR=$with_html_dir
-+fi
-+
-+AC_SUBST(HTML_DIR)
-+
-+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
-+
-+dnl Let people disable the gtk-doc stuff.
-+AC_ARG_ENABLE(gtk-doc, [  --enable-gtk-doc  Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto)
-+
-+if test x$enable_gtk_doc = xauto ; then
-+  if test x$GTKDOC = xtrue ; then
-+    enable_gtk_doc=yes
-+  else
-+    enable_gtk_doc=no 
-+  fi
-+fi
-+
-+AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
-+
- AC_OUTPUT([
- Makefile
- po/Makefile.in
---- libgnomecanvas-1.116.0/docs/reference/Makefile.am~ Wed May  1 16:15:10 2002
-+++ libgnomecanvas-1.116.0/docs/reference/Makefile.am  Wed May  1 16:15:10 2002
-@@ -83,6 +83,12 @@
- #### scan ####
-+if ENABLE_GTK_DOC
-+html_stamp = html-build.stamp
-+endif
-+
-+noinst_DATA = $(html_stamp)
-+
- scan-build.stamp: $(HFILE_GLOB)
-       @echo '*** Scanning header files ***'
-       if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null ; then \
This page took 0.111884 seconds and 4 git commands to generate.