You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2002/08/01 07:23:18 UTC

cvs commit: apr Makefile.in

jerenkrantz    2002/07/31 22:23:18

  Modified:    .        Makefile.in
  Log:
  Fix autoconf-2.53+ brokeness which uses a faulty top_builddir macro.
  
  Revision  Changes    Path
  1.80      +2 -2      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- Makefile.in	20 Jul 2002 07:46:31 -0000	1.79
  +++ Makefile.in	1 Aug 2002 05:23:18 -0000	1.80
  @@ -43,8 +43,8 @@
   installbuilddir=@installbuilddir@
   srcdir=@srcdir@
   VPATH=@srcdir@
  -top_srcdir=@top_srcdir@
  -top_blddir=@top_builddir@
  +top_srcdir=@apr_srcdir@
  +top_blddir=@apr_builddir@
   
   EXPORT_FILES = $(top_srcdir)/include/*.h