Hi,
currently when using --with-module, the configure --help output says
"--with-module=location" while it should say
"--with-module=module-type:location". This patch fixes that up.
Cheers,
-Thom


Index: modules/config5.m4
===================================================================
RCS file: /home/cvspublic/httpd-2.0/modules/config5.m4,v
retrieving revision 1.2
diff -u -u -r1.2 config5.m4
--- modules/config5.m4  30 Sep 2001 07:57:15 -0000      1.2
+++ modules/config5.m4  4 Mar 2002 20:56:41 -0000
@@ -1,6 +1,6 @@
 AC_MSG_CHECKING(for extra modules)
 AC_ARG_WITH(module,
-  APACHE_HELP_STRING(--with-module=location,Include the specified module.  location 
is the
+  APACHE_HELP_STRING(--with-module=module-type:location,Include the specified module. 
+Module-type mirrors the layout in modules/ . location is the
                           path to the new module.),
   [
     modtype=`echo $withval | sed -e's/\(.*\):.*/\1/'`

Reply via email to