aboutsummaryrefslogtreecommitdiff
path: root/m4/liboci.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29Don't add -R option when searching for libociBoris Kolpackov1-3/+3
While this helps with the libodb-oracle, this still break when linking tests/examples. The correct way to resolve this is for the user to add the directory to LD_LIBRARY_PATH.
2011-11-28Add -R option in addition to -L for libociBoris Kolpackov1-3/+3
libclntsh.so depends on other Oracle libraries which are normally not installed and no LD_LIBRARY_PATH entry points to their directory. Adding -R option makes libtool add this directory to rpath search list.
2011-11-28Corrections to OCI automake configuration scriptsConstantin Michael1-6/+14
2011-11-28Add automake and Visual Studio build filesConstantin Michael1-0/+124