Cygwin: Teach mklib/minstall to properly install libraries on cygwin
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sat, 24 Jul 2010 11:05:34 +0000 (12:05 +0100)
committerBrian Paul <brianp@vmware.com>
Wed, 1 Sep 2010 14:48:06 +0000 (08:48 -0600)
commitc55a8a73a483305c7c9a7bcc7191dd7c833f873d
tree670a084e6c29aafd585d826735e30d09b1a9d3b9
parent36b195332fffdba6f596750266dc4a805d046b89
Cygwin: Teach mklib/minstall to properly install libraries on cygwin

Teach mklib/minstall more about cygwin so libraries are properly installed

Have mklib install the .dll into the lib/ staging directory as well

Have minstall install the .dll into PREFIX/bin at the same time as
installing the .dll.a link library into PREFIX/lib

mklib uses a '-' rather than a '.' as the separator before the version
number in library names on cygwin.  Change the install globs so they match
library names like that.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Brian Paul <brianp@vmware.com>
bin/minstall
bin/mklib
configure.ac