jerenkrantz 02/02/08 11:21:03
Modified: build apu-conf.m4
Log:
We don't need APRVARS.
Revision Changes Path
1.34 +0 -5 apr-util/build/apu-conf.m4
Index: apu-conf.m4
===================================================================
RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- apu-conf.m4 8 Feb 2002 04:05:46 -0000 1.33
+++ apu-conf.m4 8 Feb 2002 19:21:03 -0000 1.34
@@ -21,11 +21,6 @@
dnl sub-projects in some cases)
APR_BUILD_DIR="`cd $APR_BUILD_DIR && pwd`"
- dnl ### need to get rid of these two lines
- dnl ### used for: CC, CPP, ...
- . "$APR_BUILD_DIR/APRVARS"
-
-
APR_INCLUDES="`$apr_config --includes`"
APR_LIBS="`$apr_config --link-libtool --libs`"