@node ax_lib_oracle_occi @unnumberedsec ax_lib_oracle_occi @majorheading Synopsis @smallexample AX_LIB_ORACLE_OCCI([MINIMUM-VERSION]) @end smallexample @majorheading Description This macro provides tests of availability of Oracle OCCI API of particular version or newer. This macros checks for Oracle OCCI headers and libraries and defines compilation flags. Macro supports following options and their values: 1) Single-option usage: @smallexample --with-occi -- path to ORACLE_HOME directory @end smallexample 2) Two-options usage (both options are required): @smallexample --with-occi-include -- path to directory with OCCI headers --with-occi-lib -- path to directory with OCCI libraries @end smallexample NOTE: These options described above do not take yes|no values. If 'yes' value is passed, then WARNING message will be displayed, 'no' value, as well as the --without-occi-* variations will cause the macro to not check anything. This macro calls: @smallexample AC_SUBST(ORACLE_OCCI_CPPFLAGS) AC_SUBST(ORACLE_OCCI_LDFLAGS) AC_SUBST(ORACLE_OCCI_VERSION) @end smallexample And sets: @smallexample HAVE_ORACLE_OCCI @end smallexample @majorheading Source Code Download the @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_lib_oracle_occi.m4,latest version of @file{ax_lib_oracle_occi.m4}} or browse @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_lib_oracle_occi.m4,the macro's revision history}. @majorheading License @w{Copyright @copyright{} 2008 Mateusz Loskot @email{mateusz@@loskot.net}} @* @w{Copyright @copyright{} 2012 Krzysztof Burghardt @email{krzysztof@@burghardt.pl}} Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.