You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/04/06 07:57:17 UTC

cvs commit: httpd-apreq-2/src apreq.c

joes        2003/04/05 21:57:17

  Modified:    .        configure.in
               src      apreq.c
  Log:
  Temporarily disable use of build/ for autoconf to work correctly with current repository.
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-apreq-2/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/configure.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configure.in	17 Jan 2003 06:39:43 -0000	1.1
  +++ configure.in	6 Apr 2003 05:57:17 -0000	1.2
  @@ -3,7 +3,7 @@
   AC_PREREQ(2.13)
   AC_INIT()
   AM_INIT_AUTOMAKE(libapreq, 2.0)
  -AC_CONFIG_AUX_DIR(./build)
  +dnl AC_CONFIG_AUX_DIR(./build)
   
   dnl Checks for programs.
   AC_PROG_CC
  
  
  
  1.7       +1 -0      httpd-apreq-2/src/apreq.c
  
  Index: apreq.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/src/apreq.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apreq.c	26 Jan 2003 02:39:08 -0000	1.6
  +++ apreq.c	6 Apr 2003 05:57:17 -0000	1.7
  @@ -379,6 +379,7 @@
           break;
       default:
           /* nothing special required, just here to keep noisy compilers happy */
  +        break;
       }
   
       rv = apr_palloc(p, len + sizeof *rv);