~rodrigo-moya/ubuntu/maverick/libcanberra/ubuntugtk3

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Rodrigo Moya
  • Date: 2010-11-03 17:54:19 UTC
  • mfrom: (105.1.1 upstream)
  • Revision ID: rodrigo.moya@canonical.com-20101103175419-5a58308g4hva2xuh
MergeĀ upstreamĀ 0.26

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# <http://www.gnu.org/licenses/>.
21
21
 
22
22
m4_define([ca_major],[0])
23
 
m4_define([ca_minor],[25])
 
23
m4_define([ca_minor],[26])
24
24
m4_define([ca_version],[ca_major.ca_minor])
25
25
 
26
26
AC_PREREQ(2.63)
34
34
 
35
35
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libcanberra/])
36
36
AC_SUBST(LIBCANBERRA_VERSION_INFO, [2:4:2])
37
 
AC_SUBST(LIBCANBERRA_GTK_VERSION_INFO, [1:6:1])
 
37
AC_SUBST(LIBCANBERRA_GTK_VERSION_INFO, [1:7:1])
38
38
 
39
39
AC_CANONICAL_HOST
40
40
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])