almanah r104 - trunk



Author: pwithnall
Date: Thu Nov 13 23:24:08 2008
New Revision: 104
URL: http://svn.gnome.org/viewvc/almanah?rev=104&view=rev

Log:
2008-11-13  Philip Withnall  <philip tecnocode co uk>

	* configure.ac: Use AC_HELP_STRING.



Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Nov 13 23:24:08 2008
@@ -14,7 +14,7 @@
 dnl ***************************************************************************
 
 AC_ARG_ENABLE([debug],
-	[  --enable-debug	Turn on debugging],
+	AC_HELP_STRING([--enable-debug], [turn on debugging]),
 	[case "${enableval}" in
 		yes) debug=true ;;
 		no)  debug=false ;;
@@ -28,7 +28,7 @@
 AM_CONDITIONAL([DEBUG], [test x$debug = xtrue])
 
 AC_ARG_ENABLE([encryption],
-	[  --enable-encryption	Enable database encryption support],
+	AC_HELP_STRING([--enable-encryption], [enable database encryption support]),
 	[case "${enableval}" in
 		yes) encryption=true ;;
 		no)  encryption=false ;;
@@ -42,7 +42,7 @@
 AM_CONDITIONAL([ENCRYPTION], [test x$encryption = xtrue])
 
 AC_ARG_ENABLE([spell-checking],
-	[  --enable-spell-checking	Enable spell checking support],
+	AC_HELP_STRING([--enable-spell-checking], [enable spell checking support]),
 	[case "${enableval}" in
 		yes) spell_checking=true ;;
 		no)  spell_checking=false ;;



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