You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/03/04 22:20:12 UTC

cvs commit: httpd-2.0/modules config5.m4

aaron       02/03/04 13:20:12

  Modified:    modules  config5.m4
  Log:
  Fix up the wording on the --with-module output printed during --help.
  This has been a FAQ with some new 2.0 module developers.
  
  Submitted by:	Thom May <th...@planetarytramp.net>
  Reviewed by:	Aaron Bannert
  
  Revision  Changes    Path
  1.3       +2 -2      httpd-2.0/modules/config5.m4
  
  Index: config5.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/config5.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config5.m4	30 Sep 2001 07:57:15 -0000	1.2
  +++ config5.m4	4 Mar 2002 21:20:12 -0000	1.3
  @@ -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/'`