From: Thomas Vander Stichele Date: Mon, 27 May 2002 19:52:01 +0000 (+0000) Subject: making stuff purtier X-Git-Tag: BRANCH-RELEASE-0_4_0-ROOT~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b5e6467bb1db3604532e8a43ed3fbb104a0659c;p=platform%2Fupstream%2Fgst-common.git making stuff purtier Original commit message from CVS: making stuff purtier --- diff --git a/m4/gst-debuginfo.m4 b/m4/gst-debuginfo.m4 index 7735d74..fa35758 100644 --- a/m4/gst-debuginfo.m4 +++ b/m4/gst-debuginfo.m4 @@ -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 ;; diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4 index 6e88b09..a62a45a 100644 --- a/m4/gst-doc.m4 +++ b/m4/gst-doc.m4 @@ -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 ;;