jerenkrantz 01/12/30 23:26:22
Modified: build apu-conf.m4 Log: Subst out APR_INCLUDES so that Makefiles can reference this instead of trying to determine the APR include path on its own. Revision Changes Path 1.23 +1 -0 apr-util/build/apu-conf.m4 Index: apu-conf.m4 =================================================================== RCS file: /home/cvs/apr-util/build/apu-conf.m4,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- apu-conf.m4 28 Dec 2001 20:18:30 -0000 1.22 +++ apu-conf.m4 31 Dec 2001 07:26:22 -0000 1.23 @@ -56,6 +56,7 @@ AC_SUBST(APR_BUILD_DIR) AC_SUBST(APR_SOURCE_DIR) +AC_SUBST(APR_INCLUDES) ]) dnl
