24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, require-cxx, force-gcc42, skip-visibility, version-from-vc)
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, require-cxx, force-gcc42, version-from-vc, skip-visibility)
29
LIBDRIZZLE_LIBRARY_VERSION=0:8:0
33
# current:revision:age
35
# | | +- increment if interfaces have been
37
# | | set to zero if interfaces have been
38
# | | removed or changed
39
# | +- increment if source code has changed
40
# | set to zero if current is incremented
41
# +- increment if interfaces have been added, removed or
43
AC_SUBST(LIBDRIZZLE_LIBRARY_VERSION)
45
# libdrizzle versioning when linked with GNU ld.
46
AS_IF([test "$lt_cv_prog_gnu_ld" = "yes"],[
47
LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_srcdir)/libdrizzle/libdrizzle.ver"
49
AC_SUBST(LD_VERSION_SCRIPT)
29
52
dnl Set the default datadir location to /usr/local/var/drizzle. If a
30
53
dnl localstatedir is explicitly given, just use that.
64
86
[Define indicating we are building and not consuming drizzle.])
66
88
PANDORA_HAVE_LIBGTEST
89
PANDORA_HAVE_LIBSQLITE3
91
AC_CHECK_FUNC(inet_ntoa, [], [AC_CHECK_LIB(nsl, inet_ntoa)])
68
94
AC_ARG_WITH([server-suffix],
69
95
[AS_HELP_STRING([--with-server-suffix],
115
141
po/Makefile.in dnl
116
142
tests/Makefile dnl
117
143
drizzled/plugin/version.h dnl
144
support-files/libdrizzle.pc dnl
118
145
support-files/drizzle.server support-files/drizzle-log-rotate
119
146
support-files/smf/install.sh dnl
120
147
support-files/drizzle.spec dnl