diff options
author | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-14 17:15:15 +0000 |
---|---|---|
committer | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-14 17:15:15 +0000 |
commit | aede3be6e385893a9f7d4fe0dfd33ba31e3ed043 (patch) | |
tree | e24d3720f5e9e798a1dbbf2fe3e6cbafeb44e154 /.cvsignore | |
parent | 90cd604c6015cee28e942ecba37b33965ab96477 (diff) | |
download | libapr-aede3be6e385893a9f7d4fe0dfd33ba31e3ed043.tar.gz |
Various changes to clean up APR for a release.
* Add a version number to the library name to support parallel
installation.
See: http://www106.pair.com/rhp/parallel.html
(assuming the app uses apr-config to fetch linking information, then
users should not have anything to change)
* Get rid of APRVARS. Apps should be using apr-config by now.
* Add --version to apr-config so that apps can see what they're
building against.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore index 28bd83769..e24285d0b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,7 +5,6 @@ config.nice config.status configure libtool -APRVARS apr-config LibD LibR |