jerenkrantz    2003/01/23 01:01:36

  Modified:    .        apu-config.in
  Log:
  Stop using the top_* variables that autoconf nicely munges with 2.5+.  We
  have our own private copy of these variables setaside for this reason.
  Use 'em.
  
  (This fixes breakage when using built-in expat with apr-util.)
  
  Revision  Changes    Path
  1.27      +2 -2      apr-util/apu-config.in
  
  Index: apu-config.in
  ===================================================================
  RCS file: /home/cvs/apr-util/apu-config.in,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -u -r1.26 -r1.27
  --- apu-config.in     8 Jan 2003 13:09:50 -0000       1.26
  +++ apu-config.in     23 Jan 2003 09:01:36 -0000      1.27
  @@ -70,8 +70,8 @@
   
   APRUTIL_LIBNAME="@APRUTIL_LIBNAME@"
   
  -APU_SOURCE_DIR="@top_srcdir@"
  -APU_BUILD_DIR="@top_builddir@"
  +APU_SOURCE_DIR="@abs_srcdir@"
  +APU_BUILD_DIR="@abs_builddir@"
   APR_XML_EXPAT_OLD="@APR_XML_EXPAT_OLD@"
   
   show_usage()
  
  
  

Reply via email to