~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
26
26
 
27
 
PANDORA_CANONICAL_TARGET(less-warnings, require-cxx, force-gcc42, version-from-vc) 
 
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, require-cxx, force-gcc42, version-from-vc, skip-visibility)
28
28
 
29
29
LIBDRIZZLE_LIBRARY_VERSION=1:0:0
30
30
#                          | | |
60
60
# libexecinfo provides backtrace_symbols on FreeBSD
61
61
AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
62
62
 
 
63
PANDORA_RUN_CPPLINT
 
64
 
63
65
PANDORA_REQUIRE_LIBPROTOBUF
64
66
PANDORA_PROTOBUF_REQUIRE_VERSION([2.1.0])
65
67
PANDORA_REQUIRE_PROTOC
81
83
AC_DEFINE([BUILDING_DRIZZLED],[1],
82
84
          [Define indicating we are building and not consuming drizzle.])
83
85
 
84
 
PANDORA_HAVE_BOOST_TEST
 
86
PANDORA_HAVE_LIBGTEST
85
87
PANDORA_HAVE_LIBSQLITE3
86
88
 
87
89
AC_CHECK_FUNC(inet_ntoa, [], [AC_CHECK_LIB(nsl, inet_ntoa)])
145
147
AC_CONFIG_FILES(Makefile dnl
146
148
 tests/Makefile dnl
147
149
 drizzled/plugin/version.h dnl
148
 
 support-files/drizzle7.pc dnl
149
150
 support-files/libdrizzle.pc dnl
 
151
 support-files/drizzle.server support-files/drizzle-log-rotate
150
152
 support-files/smf/install.sh dnl
 
153
 support-files/drizzle.spec dnl
151
154
 support-files/smf/drizzle.xml dnl
152
155
 support-files/smf/drizzle)
153
156