~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Marisa Plumb
  • Date: 2010-12-04 02:38:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1984.
  • Revision ID: marisa.plumb@gmail.com-20101204023829-2khzxh30wxi256db
updates to a few sql docs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl -*- bash -*-
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
 
4
 
dnl  Copyright (C) 2009 Sun Microsystems, Inc.
 
4
dnl  Copyright (C) 2009 Sun Microsystems
5
5
dnl
6
6
dnl  This program is free software; you can redistribute it and/or modify
7
7
dnl  it under the terms of the GNU General Public License as published by
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
72
74
PANDORA_REQUIRE_LIBREADLINE
73
75
PANDORA_REQUIRE_LIBDL
74
76
AC_LANG_POP
75
 
AC_FUNC_STRERROR_R
76
77
 
77
78
DRIZZLE_STACK_DIRECTION
78
79
 
82
83
AC_DEFINE([BUILDING_DRIZZLED],[1],
83
84
          [Define indicating we are building and not consuming drizzle.])
84
85
 
85
 
PANDORA_HAVE_BOOST_TEST
 
86
PANDORA_HAVE_LIBGTEST
86
87
PANDORA_HAVE_LIBSQLITE3
87
88
 
88
89
AC_CHECK_FUNC(inet_ntoa, [], [AC_CHECK_LIB(nsl, inet_ntoa)])
138
139
  ])
139
140
 
140
141
WITH_VALGRIND
141
 
AS_IF([test "x${ac_gcc_profile_mode}" = "xyes" -a "x${pandora_cv_boost_profile}" = "xyes"],[
142
 
    AC_DEFINE([_GLIBCXX_PROFILE],[1],[Enable GCC Profile Mode])
143
 
    ])
144
 
 
145
142
 
146
143
AC_CONFIG_FILES(Makefile dnl
147
144
 tests/Makefile dnl
148
145
 drizzled/plugin/version.h dnl
149
 
 support-files/drizzle7.pc dnl
150
146
 support-files/libdrizzle.pc dnl
 
147
 support-files/drizzle.server support-files/drizzle-log-rotate
151
148
 support-files/smf/install.sh dnl
 
149
 support-files/drizzle.spec dnl
152
150
 support-files/smf/drizzle.xml dnl
153
151
 support-files/smf/drizzle)
154
152