gnome-mud r695 - trunk



Author: jordim
Date: Sat Jul 26 02:27:45 2008
New Revision: 695
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=695&view=rev

Log:
2008-07-26  Jordi Mallach  <jordi sindominio net>

	* configure.ac: Don't use GNOME_DOC_INIT, we have no docs.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jul 26 02:27:45 2008
@@ -36,7 +36,8 @@
 IT_PROG_INTLTOOL([0.35.0])
 
 GNOME_COMMON_INIT
-GNOME_DOC_INIT
+# Docs are disabled for now
+#GNOME_DOC_INIT
 GNOME_MAINTAINER_MODE_DEFINES
 GNOME_COMPILE_WARNINGS
 GNOME_DEBUG_CHECK
@@ -109,7 +110,7 @@
 dnl Check whether to include GStreamer code or not
 AC_ARG_ENABLE(gstreamer,
 	AC_HELP_STRING([--enable-gstreamer],
-		       [Enable GStreamer Used for MSP (Mud Sound Protocol)]),,
+		       [Enable GStreamer used for MSP (Mud Sound Protocol)]),,
 		enable_gstreamer=auto)
 if test "x$enable_gstreamer" != "xno"; then
 	PKG_CHECK_EXISTS(gstreamer-0.10, have_gst=yes, have_gst=no)	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]