slomo common: common/ common/m4/
[email protected] Thu, 4 Dec 2008 11:30:31 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: common
Changes by: slomo
Date: Thu Dec 04 2008 19:30:31 UTC
Log message:
* m4/gst-plugin-docs.m4:
Remove the check if $have_gtk_doc equals yes as it's not defined
and $enable_gtk_doc should be good enough.
Also this restores the build of the plugin documentation.
Modified files:
. : ChangeLog
m4 : gst-plugin-docs.m4
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/common/ChangeLog.diff?r1=1.260&r2=1.261
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/common/m4/gst-plugin-docs.m4.diff?r1=1.4&r2=1.5
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/common/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -d -r1.260 -r1.261
--- ChangeLog 1 Dec 2008 16:43:56 -0000 1.260
+++ ChangeLog 4 Dec 2008 19:30:17 -0000 1.261
@@ -1,3 +1,10 @@
+2008-12-04 Sebastian Dröge <[email protected]>
+
+ * m4/gst-plugin-docs.m4:
+ Remove the check if $have_gtk_doc equals yes as it's not defined
+ and $enable_gtk_doc should be good enough.
+ Also this restores the build of the plugin documentation.
2008-12-01 Mark Nauwelaerts <[email protected]>
* gst.supp:
Index: gst-plugin-docs.m4
RCS file: /cvs/gstreamer/common/m4/gst-plugin-docs.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gst-plugin-docs.m4 21 Mar 2008 12:31:52 -0000 1.4
+++ gst-plugin-docs.m4 4 Dec 2008 19:30:17 -0000 1.5
@@ -10,7 +10,7 @@
build_plugin_docs=no
AC_MSG_CHECKING([whether to build plugin documentation])
- if test x$enable_gtk_doc = xyes -a x$have_gtk_doc = xyes; then
+ if test x$enable_gtk_doc = xyes; then
build_plugin_docs=yes
AC_MSG_RESULT([yes])
else
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose