]> granicus.if.org Git - apache/commitdiff
Fix up the wording on the --with-module output printed during --help.
authorAaron Bannert <aaron@apache.org>
Mon, 4 Mar 2002 21:20:12 +0000 (21:20 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 4 Mar 2002 21:20:12 +0000 (21:20 +0000)
This has been a FAQ with some new 2.0 module developers.

Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Aaron Bannert

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93705 13f79535-47bb-0310-9956-ffa450edef68

modules/config5.m4

index a143f287f34938a2f12e04a3503a8868b62f00b4..2e08581731f15e3be55984694e6ae29c5b2f89a5 100644 (file)
@@ -1,7 +1,7 @@
 AC_MSG_CHECKING(for extra modules)
 AC_ARG_WITH(module,
-  APACHE_HELP_STRING(--with-module=location,Include the specified module.  location is the
-                          path to the new module.),
+  APACHE_HELP_STRING(--with-module=module-type:module-file,
+                     Enable module-file in the modules/<module-type> directory.),
   [
     modtype=`echo $withval | sed -e's/\(.*\):.*/\1/'`
     pkg=`echo $withval | sed -e's/.*:\(.*\)/\1/'`