jerenkrantz 2002/09/18 22:31:40
Modified: . apr-config.in CHANGES
Log:
Add --bindir option to apr-config so that users of APR have an idea where
apr-config will end up so that they can do later queries after apr-config
is installed.
Revision Changes Path
1.24 +5 -0 apr/apr-config.in
Index: apr-config.in
===================================================================
RCS file: /home/cvs/apr/apr-config.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -u -r1.23 -r1.24
--- apr-config.in 29 Aug 2002 17:56:52 -0000 1.23
+++ apr-config.in 19 Sep 2002 05:31:40 -0000 1.24
@@ -87,6 +87,7 @@
Known values for OPTION are:
--prefix[=DIR] change prefix to DIR
+ --bindir print location where binaries are installed
--cflags print C compiler flags
--cppflags print cpp flags
--includes print include information
@@ -155,6 +156,10 @@
;;
--prefix)
echo $prefix
+ exit 0
+ ;;
+ --bindir)
+ echo $bindir
exit 0
;;
--cflags)
1.336 +2 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -u -r1.335 -r1.336
--- CHANGES 15 Sep 2002 22:51:28 -0000 1.335
+++ CHANGES 19 Sep 2002 05:31:40 -0000 1.336
@@ -1,5 +1,7 @@
Changes with APR 0.9.2
+ *) Add --bindir option to apr-config. [Justin Erenkrantz]
+
*) Begin to rehash the test suite. There is now a new test program called
testall. This program currently runs testtime and teststr with the
CuTest framework. The stand-alone programs for testtime and teststr