You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2004/09/02 15:18:13 UTC

cvs commit: httpd-2.0/modules config5.m4

jim         2004/09/02 06:18:13

  Modified:    modules  config5.m4
  Log:
  Allow for the use of --with-module=foo:bar where the ./modules/foo
  directory is local only. Assumes, of course, that the required
  files are in ./modules/foo, but makes it easier to statically
  build/log "external" modules.
  
  Revision  Changes    Path
  1.4       +2 -0      httpd-2.0/modules/config5.m4
  
  Index: config5.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/config5.m4,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config5.m4	4 Mar 2002 21:20:12 -0000	1.3
  +++ config5.m4	2 Sep 2004 13:18:13 -0000	1.4
  @@ -37,6 +37,8 @@
         mv $modpath_current/modules.mk.tmp $modpath_current/modules.mk
       fi
       MODLIST="$MODLIST $module"
  +    MODULE_DIRS="$MODULE_DIRS $modtype"
  +    APACHE_FAST_OUTPUT($modpath_current/Makefile)
     AC_MSG_RESULT(added $withval)
     ],
     [ AC_MSG_RESULT(no extra modules)