~ubuntu-branches/ubuntu/trusty/drizzle/trusty-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2012-06-03 12:10:19 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120603121019-srmh6q8avyiyouqm
Tags: 1:7.1.36-stable-1
* Imported Upstream version 7.1.36-stable
* Refreshing patches. Dropping libgearman1.0.patch as no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
PANDORA_CANONICAL_TARGET(less-warnings, require-cxx, force-gcc42, version-from-vc) 
28
28
 
29
 
LIBDRIZZLE_LIBRARY_VERSION=4:0:0
30
 
#                             | | |
31
 
#                      +------+ | +---+
32
 
#                      |        |     |
33
 
#                   current:revision:age
34
 
#                      |        |     |
35
 
#                      |        |     +- increment if interfaces have been added
36
 
#                      |        |        set to zero if interfaces have been
37
 
#                      |        |        removed or changed
38
 
#                      |        +- increment if source code has changed
39
 
#                      |           set to zero if current is incremented
40
 
#                      +- increment if interfaces have been added, removed or
41
 
#                         changed
42
 
AC_SUBST(LIBDRIZZLE_LIBRARY_VERSION)
43
 
 
44
 
# libdrizzle versioning when linked with GNU ld.
45
 
AS_IF([test "$lt_cv_prog_gnu_ld" = "yes"],[
46
 
  LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_srcdir)/config/drizzle.ver"
47
 
  ])
48
 
AC_SUBST(LD_VERSION_SCRIPT)
 
29
m4_include([m4/libdrizzle_version.m4])
49
30
 
50
31
dnl Set the default datadir location to /usr/local/var/drizzle. If a
51
32
dnl localstatedir is explicitly given, just use that.
154
135
AC_CONFIG_FILES(Makefile dnl
155
136
 tests/Makefile dnl
156
137
 drizzled/plugin/version.h dnl
157
 
 support-files/drizzle.spec dnl
 
138
 support-files/rpm/SPECS/drizzle.spec dnl
 
139
 libdrizzle-1.0/version.h dnl
158
140
 support-files/drizzle.pc dnl
159
141
 support-files/libdrizzle.pc dnl
160
142
 support-files/libdrizzle-1.0.pc dnl