~ubuntu-branches/ubuntu/precise/libxklavier/precise

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Josselin Mouette, Martin Pitt
  • Date: 2012-01-16 16:18:44 UTC
  • mfrom: (8.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120116161844-wr5ylpfmb21s90yi
Tags: 5.1-3
[ Josselin Mouette ]
* Update repository URL.

[ Martin Pitt ]
* Add gobject-introspection support: (LP: #800561)
  - Add 00git_introspection.patch: Already accepted upstream, backported
    to 5.1.
  - debian/control.in: Add gir1.2-xkl-1.0 binary package and GI build
    dependencies. Also add dh-autoreconf build dependency.
  - debian/rules: Use dh-autoreconf cdbs module.
  - debian/rules: Bump shlibs to this version, as the patch adds a few new
    methods and the library bumped minor version.
  - Add debian/gir1.2-xkl-1.0.install: Install typelib.
  - debian/libxklavier-dev.install: Install .gir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_INIT([libxklavier], [5.1])
4
4
AC_CONFIG_SRCDIR([libxklavier/xklavier.c])
5
 
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
 
5
AM_INIT_AUTOMAKE([1.10 dist-bzip2 -Wno-portability])
6
6
 
7
7
AM_CONFIG_HEADER(config.h)
8
8
AC_CONFIG_MACRO_DIR(m4)
9
9
 
10
10
dnl for DLL
11
11
dnl http://sources.redhat.com/autobook/autobook/autobook_91.html
12
 
VERSION_INFO=17:0:1
 
12
VERSION_INFO=18:0:2
13
13
AC_SUBST(VERSION_INFO)
14
14
 
15
15
AM_MAINTAINER_MODE
20
20
AM_PROG_LIBTOOL
21
21
AM_ICONV
22
22
 
 
23
# Introspection
 
24
GOBJECT_INTROSPECTION_CHECK([1.30.0])
 
25
 
23
26
m4_ifset([GTK_DOC_CHECK], [
24
27
GTK_DOC_CHECK(1.0)
25
28
], [