Title: [145427] trunk
- Revision
- 145427
- Author
- commit-qu...@webkit.org
- Date
- 2013-03-11 16:39:05 -0700 (Mon, 11 Mar 2013)
Log Message
[Autotools] Set ENABLE_GTK_DOC to false if gtk-doc is not installed
https://bugs.webkit.org/show_bug.cgi?id=111980
Patch by Tobias Mueller <tobias...@gnome.org> on 2013-03-11
Reviewed by Martin Robinson.
WebKit did not configure if gtk-doc-am was not installed with the error:
Tools/GNUmakefile.am:419: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
* Source/autotools/FindDependencies.m4:
Modified Paths
Diff
Modified: trunk/ChangeLog (145426 => 145427)
--- trunk/ChangeLog 2013-03-11 23:36:07 UTC (rev 145426)
+++ trunk/ChangeLog 2013-03-11 23:39:05 UTC (rev 145427)
@@ -1,3 +1,15 @@
+2013-03-11 Tobias Mueller <tobias...@gnome.org>
+
+ [Autotools] Set ENABLE_GTK_DOC to false if gtk-doc is not installed
+ https://bugs.webkit.org/show_bug.cgi?id=111980
+
+ Reviewed by Martin Robinson.
+
+ WebKit did not configure if gtk-doc-am was not installed with the error:
+ Tools/GNUmakefile.am:419: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
+
+ * Source/autotools/FindDependencies.m4:
+
2013-03-11 Claudio Saavedra <csaave...@igalia.com>
[GTK] Bump version
Modified: trunk/Source/autotools/FindDependencies.m4 (145426 => 145427)
--- trunk/Source/autotools/FindDependencies.m4 2013-03-11 23:36:07 UTC (rev 145426)
+++ trunk/Source/autotools/FindDependencies.m4 2013-03-11 23:39:05 UTC (rev 145427)
@@ -509,4 +509,8 @@
AC_SUBST([ATSPI2_LIBS])
fi
+m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK([1.10])
+],[
+AM_CONDITIONAL([ENABLE_GTK_DOC], false)
+])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes