http://issues.apache.org/bugzilla/show_bug.cgi?id=33627
I've bugzilla-ed a tiny patch - review would be appreciated!
Thanks very much,
Max.
========
This patch contains three independently-reviewable changes that do not entirely fix the build on Cygwin, but do make important progress in that direction.
* build/install.sh: Automagically append .exe - this is needed because libtool will not pass unknown options to an install program, so we are unable to use "-e .exe" in this case.
* build/instdso.sh: Like OS/2, on Cygwin we can't rename DLLs. Additionally,
on Cygwin we need the .la files installed to allow DSOs built by other
software packages to link against installed DSOs
- e.g. mod_dav_svn -> mod_dav.
So, disable the latter part of instdso.sh, just like on OS/2.* modules/dav/fs/config6.m4: Cygwin is a DLL platform too. Add it to the
list alongside OS/2.
