DBD-cubrid
view release on metacpan or search on metacpan
cci-src/config.h.in view on Meta::CPAN
/* Define to 1 if you have the `duma' library (-lduma). */
#undef HAVE_LIBDUMA
/* There is libgcyprt */
#undef HAVE_LIBGCRYPT
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* There is libgpg-error */
#undef HAVE_LIBGPG_ERROR
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the `stdc++' library (-lstdc++). */
#undef HAVE_LIBSTDC__
cci-src/configure view on Meta::CPAN
enable_duma
with_cci_only
enable_hoard
enable_owfs
enable_systemtap
with_jdbc
with_bison
with_libedit
with_lzo2
with_libgcrypt
with_libgpg_error
with_aio
with_cmserver
with_expat
with_jansson
enable_cubridenv
with_confdir
with_jspdir
with_jdbcdir
with_demodir
with_msgdir
cci-src/configure view on Meta::CPAN
CXXCPP
F77
FFLAGS
YACC
YFLAGS'
ac_subdirs_all='external/hoard-371
external/owfs
external/libedit-20120601-3.0
external/lzo-2.03
external/libgcrypt-1.5.2
external/libgpg-error-1.11
cubridmanager/server
external/libregex38a
external/expat-2.0.1
external/jansson-2.4'
# Initialize some variables set by options.
ac_init_help=
ac_init_version=false
ac_unrecognized_opts=
ac_unrecognized_sep=
cci-src/configure view on Meta::CPAN
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS] include additional configurations [automatic]
--with-cci-only build cci library only [default=no]
--without-jdbc JDBC driver does not build [default=no]
--with-bison=PATH prefix for installed bison [default=check]
--with-libedit=PATH prefix for installed editline [default=builtin]
--with-lzo2=PATH prefix for installed LZO2 [default=builtin]
--with-libgcrypt=PATH prefix for installed libgcrypt [default=builtin]
--with-libgpg-error=PATH
prefix for installed libgpg-error [default=builtin]
--with-aio use aio
--with-cmserver=PATH for CUBRID Manager Server[default=check]
--with-expat=PATH prefix for installed expat [default=builtin]
--with-jansson=PATH prefix for installed jansson [default=builtin]
--with-confdir=PATH Directory containing configuration files
[default=PREFIX/conf]
--with-jspdir=PATH Directory containing JSP server files
[default=PREFIX/java]
--with-jdbcdir=PATH Directory containing JDBC files
[default=PREFIX/jdbc]
cci-src/configure view on Meta::CPAN
fi
else
cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBGCRYPT 1
_ACEOF
fi
{ $as_echo "$as_me:$LINENO: checking for libgpg-error library" >&5
$as_echo_n "checking for libgpg-error library... " >&6; }
# Check whether --with-libgpg_error was given.
if test "${with_libgpg_error+set}" = set; then
withval=$with_libgpg_error; with_libgpg_error=$withval
else
with_libgpg_error=builtin
fi
if test "$with_cci_only" = "yes"; then
with_libgpg_error=no
else
if test "$with_libgpg_error" = "builtin"; then
subdirs="$subdirs external/libgpg-error-1.11"
GPG_ERROR_LIBS="\$(top_builddir)/external/lib/libgpg-error.la"
GPG_ERROR_INC="-I\$(top_builddir)/external/include/"
EXTERNAL_PKGS="$EXTERNAL_PKGS libgpg-error-1.11"
else
GPG_ERROR_LIBS="-L$with_libgpg_error/lib -lgpg-error"
GPG_ERROR_INC="-I$with_libgpg_error/include/"
EXTERNAL_DIST="$EXTERNAL_DIST libgpg-error-1.11"
fi
fi
{ $as_echo "$as_me:$LINENO: result: $with_libgpg_error" >&5
$as_echo "$with_libgpg_error" >&6; }
if test "$with_libgpg_error" = "no"
then
{ $as_echo "$as_me:$LINENO: checking for main in -lgpg-error" >&5
$as_echo_n "checking for main in -lgpg-error... " >&6; }
if test "${ac_cv_lib_gpg_error_main+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpg-error $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
main ()
cci-src/configure view on Meta::CPAN
rm -f conftest.er1
cat conftest.err >&5
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext && {
test "$cross_compiling" = yes ||
$as_test_x conftest$ac_exeext
}; then
ac_cv_lib_gpg_error_main=yes
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_gpg_error_main=no
fi
rm -rf conftest.dSYM
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gpg_error_main" >&5
$as_echo "$ac_cv_lib_gpg_error_main" >&6; }
if test "x$ac_cv_lib_gpg_error_main" = x""yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBGPG_ERROR 1
_ACEOF
LIBS="-lgpg-error $LIBS"
fi
else
cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBGPG_ERROR 1
_ACEOF
fi
cci-src/configure.ac view on Meta::CPAN
GCRYPT_INC="-I$with_libgcrypt/include/"
EXTERNAL_DIST="$EXTERNAL_DIST libgcrypt-1.5.2"])])
AC_MSG_RESULT([$with_libgcrypt])
if test "$with_libgcrypt" = "no"
then
AC_CHECK_LIB([gcrypt], [main])
else
AC_DEFINE([HAVE_LIBGCRYPT], [1], [There is libgcyprt])
fi
AC_MSG_CHECKING([for libgpg-error library])
AC_ARG_WITH([libgpg_error],
AS_HELP_STRING([--with-libgpg-error=PATH],
[prefix for installed libgpg-error @<:@default=builtin@:>@]),
[with_libgpg_error=$withval],
[with_libgpg_error=builtin])
AS_IF([test "$with_cci_only" = "yes"], [with_libgpg_error=no],
[AS_IF([test "$with_libgpg_error" = "builtin"],
[AC_CONFIG_SUBDIRS([external/libgpg-error-1.11])
GPG_ERROR_LIBS="\$(top_builddir)/external/lib/libgpg-error.la"
GPG_ERROR_INC="-I\$(top_builddir)/external/include/"
EXTERNAL_PKGS="$EXTERNAL_PKGS libgpg-error-1.11"],
[GPG_ERROR_LIBS="-L$with_libgpg_error/lib -lgpg-error"
GPG_ERROR_INC="-I$with_libgpg_error/include/"
EXTERNAL_DIST="$EXTERNAL_DIST libgpg-error-1.11"])])
AC_MSG_RESULT([$with_libgpg_error])
if test "$with_libgpg_error" = "no"
then
AC_CHECK_LIB([gpg-error], [main])
else
AC_DEFINE([HAVE_LIBGPG_ERROR], [1], [There is libgpg-error])
fi
AC_MSG_CHECKING([for aio library])
AC_ARG_WITH([aio],
AS_HELP_STRING([--with-aio],
[use aio]),
[with_aio=$withval],
[with_aio=no])
AS_IF([test "$with_cci_only" = "yes"], [with_aio=no])
AS_IF([test "$with_aio" = "yes"],
( run in 0.604 second using v1.01-cache-2.11-cpan-df04353d9ac )