~linuxjedi/drizzle-tools/trunk-drizzle-dumper

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Andrew Hutchings
  • Date: 2013-01-28 00:25:47 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20130128002547-ascd5sddfu5cyqfi
Update to use the new callback binlog API in libdrizzle 5.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Use and distribution licensed under the BSD license.  See
7
7
# the COPYING file in this directory for full text.
8
8
 
9
 
AC_INIT([drizzle-tools],[1.0.0],[http://bugs.launchpad.net/drizzle-tools],[drizzle-tools],[http://drizzle.org/])
 
9
AC_INIT([drizzle-tools],[1.0.1],[http://bugs.launchpad.net/drizzle-tools],[drizzle-tools],[http://drizzle.org/])
10
10
 
11
11
AC_CONFIG_AUX_DIR([build-aux])
12
12
 
24
24
 
25
25
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
26
26
 
27
 
AC_CONFIG_SRCDIR([drizzle_binlogs/drizzle_binlogs.c])
 
27
AC_CONFIG_SRCDIR([drizzle_binlogs/drizzle_binlogs.cc])
28
28
 
29
29
LT_PREREQ([2.2])
30
30
LT_INIT