OK, here are the final bits for Darwin. This changes the install name
of the dylibs and the filename for the 'middle' link. With this set up
I have the following link structure in the lib directory:
528 -rw-r--r-- 1 bungi unknown 267748 Jan 31 00:55 libicule.20.0.dylib
8 lrwxrwxr-x 1 bungi unknown 19 Jan 31 00:55
libicule.20.dylib@ -> libicule.20.0.dylib
8 lrwxrwxr-x 1 bungi unknown 19 Jan 31 00:55 libicule.dylib@ ->
libicule.20.0.dylib
Thus, if you do '-licule' you'll get the most current major/minor
version. If you do '-licule.20' you'll get the most current minor
version for major version 20.
X-SVN-Rev: 7545