You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/09/02 15:50:28 UTC

cvs commit: apr-util configure.in

jorton      2004/09/02 06:50:28

  Modified:    .        configure.in
  Log:
  * configure.in: Generate test/Makefile for VPATH builds.
  
  Revision  Changes    Path
  1.79      +1 -1      apr-util/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr-util/configure.in,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -d -w -u -r1.78 -r1.79
  --- configure.in	23 Aug 2004 20:22:18 -0000	1.78
  +++ configure.in	2 Sep 2004 13:50:28 -0000	1.79
  @@ -187,7 +187,7 @@
   AC_SUBST(INCLUDE_RULES)
   AC_SUBST(INCLUDE_OUTPUTS)
   
  -if test -d ./test; then
  +if test -d $srcdir/test; then
       test_Makefile="test/Makefile"
   fi