joes        2002/11/23 18:46:07

  Modified:    .        configure.in
               c        Makefile.am
  Log:
  Fix libtool version number.
  
  Revision  Changes    Path
  1.4       +1 -2      httpd-apreq/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/configure.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configure.in      5 Nov 2002 16:23:06 -0000       1.3
  +++ configure.in      24 Nov 2002 02:46:07 -0000      1.4
  @@ -1,7 +1,6 @@
   dnl Process this file with autoconf to produce a configure script.
   AC_INIT(libapreq.pod)
  -AM_INIT_AUTOMAKE(libapreq, 1.1.1)
  -AM_CONFIG_HEADER(c/libapreq_config.h)
  +AM_INIT_AUTOMAKE(libapreq, 1.1)
   
   dnl Checks for programs.
   AC_PROG_CC
  
  
  
  1.6       +1 -1      httpd-apreq/c/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/Makefile.am,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am       5 Nov 2002 16:12:27 -0000       1.5
  +++ Makefile.am       24 Nov 2002 02:46:07 -0000      1.6
  @@ -2,5 +2,5 @@
   pkginclude_HEADERS = apache_cookie.h apache_request.h 
apache_multipart_buffer.h
   libapreq_la_SOURCES = apache_cookie.c apache_request.c \
        apache_multipart_buffer.c 
  -libapreq_la_LDFLAGS = -version-info 1:1:1
  +libapreq_la_LDFLAGS = -version-info 1:1
   INCLUDES = @LIBAPREQ_INCLUDES@
  
  
  

Reply via email to