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 2004/04/16 05:30:03 UTC

cvs commit: httpd-apreq-2 configure.ac

joes        2004/04/15 20:30:03

  Modified:    .        configure.ac
  Log:
  Debian auto* tools don't set VERSION/PACKAGE, so set them manually.
  
  Revision  Changes    Path
  1.14      +5 -0      httpd-apreq-2/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/configure.ac,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- configure.ac	16 Nov 2003 04:27:01 -0000	1.13
  +++ configure.ac	16 Apr 2004 03:30:03 -0000	1.14
  @@ -3,6 +3,11 @@
   AC_PREREQ(2.53)
   AC_INIT(libapreq - Apache Request Library, 2.03-dev, apreq-dev@httpd.apache.org, libapreq2)
   
  +# debian woody's archaic auto* tools don't set PACKAGE/VERSION correctly via 
  +# AC_INIT above, so we do it manually here.
  +AC_SUBST(PACKAGE,libapreq2)
  +AC_SUBST(VERSION,2.03-dev)
  +
   dnl this:
   dnl AC_CONFIG_AUX_DIR(build)
   dnl causes problems on certain platforms