]> granicus.if.org Git - apache/commitdiff
Improve help for --enable-modules= and --enable-mods-shared= by showing the alternati...
authorMartin Kraemer <martin@apache.org>
Mon, 5 Jan 2004 10:48:32 +0000 (10:48 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 5 Jan 2004 10:48:32 +0000 (10:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102189 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 3764327a69853aeaa70c928bce1acf4457f59e5c..cd0a15e67c31a3594d99c6228c77de60db16d5c0 100644 (file)
@@ -279,7 +279,7 @@ AC_DEFUN(APACHE_ENABLE_MODULES,[
   module_default=yes
 
   AC_ARG_ENABLE(modules,
-  APACHE_HELP_STRING(--enable-modules=MODULE-LIST,Space-separated list of modules to enable),[
+  APACHE_HELP_STRING(--enable-modules=MODULE-LIST,Space-separated list of modules to enable | "all" | "most"),[
     for i in $enableval; do
       if test "$i" = "all" -o "$i" = "most"; then
         module_selection=$i
@@ -291,7 +291,7 @@ AC_DEFUN(APACHE_ENABLE_MODULES,[
   ])
   
   AC_ARG_ENABLE(mods-shared,
-  APACHE_HELP_STRING(--enable-mods-shared=MODULE-LIST,Space-separated list of shared modules to enable),[
+  APACHE_HELP_STRING(--enable-mods-shared=MODULE-LIST,Space-separated list of shared modules to enable | "all" | "most"),[
     for i in $enableval; do
       if test "$i" = "all" -o "$i" = "most"; then
         module_selection=$i