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 2002/11/05 17:23:06 UTC

cvs commit: httpd-apreq BUILD.sh configure.in acconfig.h aclocal.m4 config.guess config.sub libtool ltmain.sh

joes        2002/11/05 08:23:06

  Modified:    .        configure.in
  Added:       .        BUILD.sh
  Removed:     .        acconfig.h aclocal.m4 config.guess config.sub
                        libtool ltmain.sh
  Log:
  replace autogenerated files with BUILD.sh script
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-apreq/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/configure.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configure.in	20 Feb 2002 01:05:21 -0000	1.2
  +++ configure.in	5 Nov 2002 16:23:06 -0000	1.3
  @@ -1,6 +1,6 @@
   dnl Process this file with autoconf to produce a configure script.
   AC_INIT(libapreq.pod)
  -AM_INIT_AUTOMAKE(libapreq, 1.0.0)
  +AM_INIT_AUTOMAKE(libapreq, 1.1.1)
   AM_CONFIG_HEADER(c/libapreq_config.h)
   
   dnl Checks for programs.
  
  
  
  1.1                  httpd-apreq/BUILD.sh
  
  Index: BUILD.sh
  ===================================================================
  #!/bin/sh
  # BUILD.sh - preconfigure libapreq
  
  libtoolize --automake -c -f
  aclocal
  autoconf
  automake -a -c