Use AS_HELP_STRING() in a couple more places.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 15 Jan 2009 20:22:34 +0000 (21:22 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 15 Jan 2009 20:22:34 +0000 (21:22 +0100)
source4/lib/smbreadline/readline.m4
source4/smbd/process_model.m4

index ad6bc66690cb9eb5811408f7b7ff856daed4585e..86e2fb19d65708bb3fd869be54738a23b5fc0c93 100644 (file)
@@ -6,7 +6,7 @@ EXTERNAL_READLINE=no
 # test for where we get readline() from
 AC_MSG_CHECKING(whether to use readline)
 AC_ARG_WITH(readline,
-[  --with-readline[=DIR]   Look for readline include/libs in DIR (default=auto) ],
+[AS_HELP_STRING([--with-readline[=DIR]], [Look for readline include/libs in DIR (default=auto)])],
 [  case "$with_readline" in
   yes)
     AC_MSG_RESULT(yes)
index 6ee8dbf4d8fadf57d2134870d67927d28753b23e..b2265bdac92fcaf528fbd86ceab4ad6d09bd46f7 100644 (file)
@@ -6,7 +6,7 @@ SMB_ENABLE(process_model_thread,NO)
 # check for pthread support
 AC_MSG_CHECKING(whether to use pthreads)
 AC_ARG_WITH(pthreads,
-[  --with-pthreads              Include pthreads (default=no) ],
+[AS_HELP_STRING([--with-pthreads],[Include pthreads (default=no)])],
 [ case "$withval" in
        yes)
                AC_MSG_RESULT(yes)
@@ -27,7 +27,7 @@ SMB_EXT_LIB(PTHREAD,[-lpthread])
 
 AC_MSG_CHECKING(whether to search for setproctitle support)
 AC_ARG_WITH(setproctitle,
-[  --with-setproctitle          Search for setproctitle support (default=no)],
+[AS_HELP_STRING([--with-setproctitle], [Search for setproctitle support (default=no)])],
 [ case "$withval" in
        yes)
                AC_MSG_RESULT(yes)