~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 02:28:10 UTC
  • mfrom: (1.1.3) (0.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111117022810-a9lmhz642arl0dsg
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Stop installing libtool .la files.
* Bump Standards-Version to 3.9.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# pkg-config name as before and is meant to be binary compatible.  Thus for the
20
20
# time being, the version number cannot be brought in line with ATK, since that
21
21
# would break compatibility.
22
 
AC_INIT([atkmm], [2.22.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
 
22
AC_INIT([atkmm], [2.22.6], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
23
23
        [atkmm], [http://www.gtkmm.org/])
24
24
AC_PREREQ([2.59])
25
25
 
46
46
 
47
47
AC_PROG_CXX
48
48
AC_DISABLE_STATIC
49
 
AC_LIBTOOL_WIN32_DLL
50
 
AC_PROG_LIBTOOL
 
49
LT_INIT([win32-dll])
51
50
 
52
51
AC_SUBST([ATKMM_MODULES], ['atk >= 1.12 glibmm-2.4 >= 2.24'])
53
52
PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])