summaryrefslogtreecommitdiff
path: root/build/get-version.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make it a little easier to drop get-version.sh into apr-util by removingjerenkrantz2002-09-101-7/+12
| | | | | | | | the hardcoded APR prefix to the version defines and taking that as a parameter. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63855 13f79535-47bb-0310-9956-ffa450edef68
* * build/get-version.sh: accept a specific header file rather thangstein2002-08-151-8/+9
| | | | | | | | | | | | | | looking specifically for apr_version.h (some more work will enable other apps to reuse this script). add a 'libtool' command for generating a version number intended for libtool's -version-info switch. * configure.in: tweak the calling sequences for get-version.sh. add a call to get the libtool version information and plug that into the link command. we now generate .so files with .so.0.{MINOR}.{PATCH} git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63813 13f79535-47bb-0310-9956-ffa450edef68
* Various changes to clean up APR for a release.gstein2002-08-141-0/+31
* 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