diff options
author | Jeff Trawick <trawick@apache.org> | 2002-04-19 16:04:30 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-04-19 16:04:30 +0200 |
commit | 5d2a64791c999b32bb87bea031442f26d77e8a38 (patch) | |
tree | 565d6b807035dba6d3720f7779c275f4fba596fd /CHANGES | |
parent | fix a typo in a comment for ap_get_client_block() (diff) | |
download | apache2-5d2a64791c999b32bb87bea031442f26d77e8a38.tar.xz apache2-5d2a64791c999b32bb87bea031442f26d77e8a38.zip |
Change instdso.sh to use libtool --install everywhere and then
clean up some stray files and symlinks that libtool leaves around
on some platforms. This gets subversion building properly since
it needed a re-link to be performed by libtool at install time,
and the old instdso.sh logic to simply cp the DSO didn't handle
that requirement.
Submitted by: Sander Striker
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ Changes with Apache 2.0.36 + *) Change instdso.sh to use libtool --install everywhere and then + clean up some stray files and symlinks that libtool leaves around + on some platforms. This gets subversion building properly since + it needed a re-link to be performed by libtool at install time, + and the old instdso.sh logic to simply cp the DSO didn't handle + that requirement. [Sander Striker] + *) Allow VPATH builds to succeed when configured from an empty directory. [Thom May <thom@planetarytramp.net>] |