~brianaker/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2013-04-23 08:03:33 UTC
  • mto: (1161.1.3 osx-update-april-2013)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: brian@tangent.org-20130423080333-u6gs69hqbw06wgrd
Cut down on merge conflicts.

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([libmemcached],[1.0.17],[http://libmemcached.org/])
 
9
m4_include([version.m4])
 
10
AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
10
11
AC_CONFIG_AUX_DIR([build-aux])
11
12
AC_CONFIG_MACRO_DIR([m4])
12
13