set minimum gtk-doc version to 0.9, since we need to use the new

2002-01-23  Damon Chaplin  <damon@ximian.com>

	* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
	0.9, since we need to use the new --type-init-func argument for
	gtkdoc-scangobj.
This commit is contained in:
Damon Chaplin 2002-01-23 23:58:41 +00:00 committed by Damon Chaplin
parent 92ceb73a35
commit ea23df6106
8 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1,3 +1,9 @@
2002-01-23 Damon Chaplin <damon@ximian.com>
* configure.in (gtk_doc_min_version): set minimum gtk-doc version to
0.9, since we need to use the new --type-init-func argument for
gtkdoc-scangobj.
2002-01-23 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive

View File

@ -1171,7 +1171,7 @@ AC_SUBST(HTML_DIR)
AC_CHECK_PROG(GTKDOC, gtkdoc-mkdb, true, false)
gtk_doc_min_version=0.6
gtk_doc_min_version=0.9
if $GTKDOC ; then
gtk_doc_version=`gtkdoc-mkdb --version`
AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >= $gtk_doc_min_version])