rbb         01/07/30 08:09:02

  Modified:    .        configure.in
  Log:
  Grab the libtool.m4 files from APR.  This fixes the bug Jeff just reported.
  You will only see the bug if you have removed the old aclocal.m4 file.
  
  Revision  Changes    Path
  1.28      +1 -0      apr-util/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr-util/configure.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- configure.in      2001/07/30 04:32:41     1.27
  +++ configure.in      2001/07/30 15:09:02     1.28
  @@ -9,6 +9,7 @@
   AC_CONFIG_AUX_DIR(../apr/build)
   
   sinclude(build/apu_config.m4)
  +sinclude(../apr/build/libtool.m4)
   
   AC_PROG_CC
   AC_PROG_AWK
  
  
  

Reply via email to