monkey-bubble r253 - trunk
- From: herzi svn gnome org
- To: svn-commits-list gnome org
- Subject: monkey-bubble r253 - trunk
- Date: Tue, 5 Feb 2008 15:33:35 +0000 (GMT)
Author: herzi
Date: Tue Feb 5 15:33:35 2008
New Revision: 253
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=253&view=rev
Log:
2008-02-05 Sven Herzberg <sven imendio com>
* configure.in: use AC_HELP_STRING() for proper indentation and line
breaks in the output of "./configure --help"
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Feb 5 15:33:35 2008
@@ -193,7 +193,7 @@
dnl -------------------
AC_ARG_ENABLE(setgid,
- [ --disable-setgid Disable the use of setgid binaries],
+ AC_HELP_STRING([--disable-setgid],[Disable the use of setgid binaries]),
[case "${enableval}" in
yes) setgid=true ;;
no) setgid=false ;;
@@ -202,12 +202,12 @@
AC_SUBST(setgid)
AC_ARG_WITH(scores-group,
- [ --with-scores-group=group Group for the high score tables and binaries],
+ AC_HELP_STRING([--with-scores-group=group],[Group for the high score tables and binaries]),
scores_group="${withval}",scores_group="games")
AC_SUBST(scores_group)
AC_ARG_WITH(scores-user,
- [ --with-scores-user=user User for the high score tables and binaries],
+ AC_HELP_STRING([--with-scores-user=user],[User for the high score tables and binaries]),
scores_user="${withval}",scores_user="games")
AC_SUBST(scores_user)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]