[brasero] Fix #586744 – Use AS_HELP_STRING for configure switches
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Fix #586744 – Use AS_HELP_STRING for configure switches
- Date: Fri, 26 Jun 2009 10:03:57 +0000 (UTC)
commit 1e6ebcbbed05064d1ad74854ebdcd0b0b4026659
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Fri Jun 26 10:03:56 2009 +0200
Fix #586744 â?? Use AS_HELP_STRING for configure switches
Patch by Mikel Olasagasti
configure.in | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.in b/configure.in
index cdd2427..29cf007 100644
--- a/configure.in
+++ b/configure.in
@@ -216,7 +216,7 @@ dnl ****************Nautilus**********************************
NAUTILUS_REQUIRED=2.22.2
AC_ARG_ENABLE(nautilus,
- [ --enable-nautilus Build Nautilus extension [[default = yes]]],
+ AS_HELP_STRING([--enable-nautilus],[Build Nautilus extension [[default = yes]]]),
[enable_nautilus=$enableval],
[enable_nautilus="yes"])
@@ -244,7 +244,7 @@ LIBBURN_REQUIRED=0.4.0
LIBISOFS_REQUIRED=0.6.4
AC_ARG_ENABLE(libburnia,
- [ --enable-libburnia Build libburnia plugins [[default = yes]]],
+ AS_HELP_STRING([--enable-libburnia],[Build libburnia plugins [[default = yes]]]),
[enable_libburnia=$enableval],
[enable_libburnia="yes"])
@@ -266,7 +266,7 @@ AM_CONDITIONAL(BUILD_LIBBURNIA, test x"$build_libburnia" = "xyes")
dnl **************** check for cdrtools **********************
AC_ARG_ENABLE(cdrtools,
- [ --enable-cdrtools Build cdrtools plugins [[default = yes]]],
+ AS_HELP_STRING([--enable-cdrtools],[Build cdrtools plugins [[default = yes]]]),
[build_cdrtools=$enableval],
[build_cdrtools="yes"])
@@ -279,7 +279,7 @@ AM_CONDITIONAL(BUILD_CDRTOOLS, test x"$build_cdrtools" = "xyes")
dnl **************** check for cdrkit ************************
AC_ARG_ENABLE(cdrkit,
- [ --enable-cdrkit Build cdrkit plugins [[default = yes]]],
+ AS_HELP_STRING([--enable-cdrkit],[Build cdrkit plugins [[default = yes]]]),
[build_cdrkit=$enableval],
[build_cdrkit="yes"])
@@ -295,7 +295,7 @@ dnl disable because not used any more
dnl LIBNOTIFY_REQUIRED=0.3.0
dnl AC_ARG_ENABLE(libnotify,
-dnl [ --enable-libnotify use libnotify if available [[default = yes]]],,
+dnl AS_HELP_STRING([--enable-libnotify],[use libnotify if available [[default = yes]]]),,
dnl [enable_libnotify="yes"])
dnl if test x"$enable_libnotify" = "xyes"; then
@@ -315,7 +315,7 @@ dnl ****************check for search (optional)**************
BEAGLE_REQUIRED=0.3.0
AC_ARG_ENABLE(search,
- [ --enable-search build search pane (if beagle is available) [[default = yes]]],
+ AS_HELP_STRING([--enable-search],[Build search pane (if beagle is available) [[default = yes]]]),
[enable_search=$enableval],
[enable_search="yes"])
@@ -338,7 +338,7 @@ dnl ****************check for playlist (optional)**************
TOTEM_REQUIRED=2.22.0
AC_ARG_ENABLE(playlist,
- [ --enable-playlist build playlist pane (if totem is available)[[default = yes]]],
+ AS_HELP_STRING([--enable-playlist],[Build playlist pane (if totem is available)[[default = yes]]]),
[enable_playlist=$enableval],
[enable_playlist="yes"])
@@ -360,7 +360,7 @@ AM_CONDITIONAL(BUILD_PLAYLIST, test x"$build_totem" = "xyes")
dnl ****************check for preview (optional)**************
GSTREAMER_MODULE_REQUIRED=0.10.0
AC_ARG_ENABLE(preview,
- [ --enable-preview build preview pane [[default = yes]]],
+ AS_HELP_STRING([--enable-preview],[Build preview pane [[default = yes]]]),
[enable_preview=$enableval],
[enable_preview="yes"])
@@ -381,7 +381,7 @@ AM_CONDITIONAL(BUILD_PREVIEW, test x"$build_preview" = "xyes")
dnl ****************check for inotify (optional)**************
AC_ARG_ENABLE(inotify,
- [ --enable-inotify use inotify [[default = yes]]],
+ AS_HELP_STRING([--enable-inotify],[use inotify [[default = yes]]]),
[enable_inotify=$enableval],
[enable_inotify="yes"])
@@ -392,7 +392,7 @@ AM_CONDITIONAL(BUILD_INOTIFY, test x"$enable_inotify" = "xyes")
dnl ****** Update mime, desktop and icon caches *******
AC_ARG_ENABLE(caches,
- [ --enable-caches Run update-* to update mime, desktop and icon caches when installing [[default = yes]]],
+ AS_HELP_STRING([--enable-caches],[Run update-* to update mime, desktop and icon caches when installing [[default = yes]]]),
[enable_caches=$enableval],
[enable_caches="yes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]