You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@locus.apache.org on 2000/03/12 20:50:59 UTC

cvs commit: apache-2.0/src/support Makefile.tmpl

dgaudet     00/03/12 11:50:59

  Modified:    src/modules/standard mod_auth_db.module mod_auth_dbm.c
                        mod_auth_digest.c mod_rewrite.c
  Removed:     .        Makefile.tmpl
               src      Makefile.tmpl
               src/ap   Makefile.tmpl
               src/helpers CutRule GuessOS MakeLint TestCompile binbuild.sh
                        buildinfo.sh checkheader.sh dummy.c find-dbm-lib
                        findcpp.sh fmn.sh fp2rp getuid.sh mfhead
                        mkshadow.sh ppl.sh slo.sh
               src/lib/expat-lite Makefile.tmpl
               src/main Makefile.tmpl
               src/modules/example Makefile.tmpl
               src/modules/experimental Makefile.tmpl
               src/modules/mpm/dexter Makefile.tmpl
               src/modules/mpm/mpmt_beos Makefile.tmpl
               src/modules/mpm/mpmt_pthread Makefile.tmpl
               src/modules/mpm/prefork Makefile.tmpl
               src/modules/mpm/spmt_os2 Makefile.tmpl
               src/modules/proxy Makefile.tmpl
               src/modules/standard Makefile.tmpl
               src/modules/test Makefile.tmpl
               src/os/beos Makefile.tmpl
               src/os/bs2000 Makefile.tmpl
               src/os/os2 Makefile.tmpl
               src/os/tpf Makefile.tmpl
               src/os/unix Makefile.tmpl
               src/regex Makefile.tmpl
               src/support Makefile.tmpl
  Log:
  more post-old-style Configure cleanup
  
  Revision  Changes    Path
  1.2       +1 -0      apache-2.0/src/modules/standard/mod_auth_db.module
  
  Index: mod_auth_db.module
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_auth_db.module,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_auth_db.module	1999/08/24 06:55:25	1.1
  +++ mod_auth_db.module	2000/03/12 19:50:56	1.2
  @@ -1,5 +1,6 @@
   Name: db_auth_module
   ConfigStart
  +	# XXX: this needs updating for apache-2.0 configuration method
       DB_VERSION=''
       DB_LIB=''
       if ./helpers/TestCompile func db_open; then
  
  
  
  1.9       +1 -0      apache-2.0/src/modules/standard/mod_auth_dbm.c
  
  Index: mod_auth_dbm.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_auth_dbm.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_auth_dbm.c	2000/03/10 14:28:07	1.8
  +++ mod_auth_dbm.c	2000/03/12 19:50:56	1.9
  @@ -86,6 +86,7 @@
    * lines below is used by Configure. This could be stored in a separate
    * instead.
    *
  + * XXX: this needs updating for apache-2.0 configuration method
    * MODULE-DEFINITION-START
    * Name: auth_dbm_module
    * ConfigStart
  
  
  
  1.7       +1 -0      apache-2.0/src/modules/standard/mod_auth_digest.c
  
  Index: mod_auth_digest.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_auth_digest.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_auth_digest.c	2000/03/10 00:07:10	1.6
  +++ mod_auth_digest.c	2000/03/12 19:50:56	1.7
  @@ -83,6 +83,7 @@
    */
   
   /* The section for the Configure script:
  +* XXX: this needs updating for apache-2.0 configuration method
    * MODULE-DEFINITION-START
    * Name: digest_auth_module
    * ConfigStart
  
  
  
  1.16      +1 -0      apache-2.0/src/modules/standard/mod_rewrite.c
  
  Index: mod_rewrite.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_rewrite.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_rewrite.c	2000/03/10 00:07:12	1.15
  +++ mod_rewrite.c	2000/03/12 19:50:56	1.16
  @@ -154,6 +154,7 @@
   */
   
       /* The section for the Configure script:
  +    * XXX: this needs updating for apache-2.0 configuration method
        * MODULE-DEFINITION-START
        * Name: rewrite_module
        * ConfigStart