making stuff purtier
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 27 May 2002 19:52:01 +0000 (19:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 27 May 2002 19:52:01 +0000 (19:52 +0000)
Original commit message from CVS:
making stuff purtier

m4/gst-debuginfo.m4
m4/gst-doc.m4

index 7735d74..fa35758 100644 (file)
@@ -1,6 +1,6 @@
 AC_DEFUN(GST_DEBUGINFO, [
 AC_ARG_ENABLE(debug,
-AC_HELP_STRING([--disable-debug][disable addition of -g debugging info]),
+AC_HELP_STRING([--disable-debug],[disable addition of -g debugging info]),
 [case "${enableval}" in
   yes) USE_DEBUG=yes ;;
   no)  USE_DEBUG=no ;;
@@ -9,7 +9,7 @@ esac],
 [USE_DEBUG=yes]) dnl Default value
 
 AC_ARG_ENABLE(DEBUG,
-AC_HELP_STRING([--disable-DEBUG][disables compilation of debugging messages]),
+AC_HELP_STRING([--disable-DEBUG],[disables compilation of debugging messages]),
 [case "${enableval}" in
   yes) ENABLE_DEBUG=yes ;;
   no)  ENABLE_DEBUG=no ;;
@@ -21,7 +21,7 @@ if test x$ENABLE_DEBUG = xyes; then
 fi
 
 AC_ARG_ENABLE(INFO,
-AC_HELP_STRING([--disable-INFO][disables compilation of informational messages]),
+AC_HELP_STRING([--disable-INFO],[disables compilation of informational messages]),
 [case "${enableval}" in
   yes) ENABLE_INFO=yes ;;
   no)  ENABLE_INFO=no ;;
@@ -33,7 +33,7 @@ if test x$ENABLE_INFO = xyes; then
 fi
 
 AC_ARG_ENABLE(debug-color,
-AC_HELP_STRING([--disable-debug-color][disables color output of DEBUG and INFO output]),
+AC_HELP_STRING([--disable-debug-color],[disables color output of DEBUG and INFO output]),
 [case "${enableval}" in
   yes) ENABLE_DEBUG_COLOR=yes ;;
   no)  ENABLE_DEBUG_COLOR=no ;;
index 6e88b09..a62a45a 100644 (file)
@@ -58,7 +58,7 @@ if test "x$HAVE_FIG2DEV" = "xtrue" ; then
 fi
 
 AC_ARG_ENABLE(docs-build,
-AC_HELP_STRING([--enable-docs-build][enable building of documentation]),
+AC_HELP_STRING([--enable-docs-build],[enable building of documentation]),
 [case "${enableval}" in
   yes) if $HAVE_GTK_DOC; then BUILD_DOCS=yes; else AC_MSG_ERROR([you don't have gtk-doc, so don't use --docs-build]); fi; ;;
   no)  BUILD_DOCS=no ;;