aboutsummaryrefslogtreecommitdiff
path: root/m4/liboci.m4
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-11-28Update to better support new instant client installation layout (autotools)Boris Kolpackov1-1/+25
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-06Fix incorrect AC_LANG_SOURCE quotingBoris Kolpackov1-9/+9
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-16Correct licenseBoris Kolpackov1-1/+1
2011-12-06Add library to LIBS before doing the test if --with-oci was not specifiedBoris Kolpackov1-0/+2
2011-12-01Correct license informationBoris Kolpackov1-1/+1
2011-11-30Correct OCI autoconf m4 scriptConstantin Michael1-1/+0
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