~ubuntu-branches/ubuntu/karmic/libmbca/karmic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-30 14:08:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090330140859-613marmm6qipyt5e
Tags: 0.0.4+bzr66-0ubuntu1
* new 0.0.4 upstream snapshot (bzr66)
  - fix LP: #290625 - New CDMA entries added as GSM
* add hardy intltool-*in templates (intltoolize -f -c)             
  - add intltool-extract.in
  - add intltool-merge.in
  - add intltool-update.in
* fix LP: #334377 - Lots of country names are missing, showing "missing from
  libgweather" in mobile broadband connection wizard.
  - add debian/patches/lp334377_debian_libgweather_breakage.patch
* fix LP: #291226 - libmbca doesn't use LP translations; we run intltool-update
  in debian/rules in common-build-arch:: and cleanup generated files in clean::
  - update dbian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
 
AC_INIT([libmbca], [0.0.3])
 
3
AC_INIT([libmbca], [0.0.5])
4
4
 
5
5
 
6
6
## 1. Start with version information of ‘0:0:0’ for each libtool library.
17
17
##    set AGE to 0. 
18
18
 
19
19
CURRENT=0
20
 
REVISION=0
 
20
REVISION=2
21
21
AGE=0 
22
22
 
23
23
LIBMBCA_VERSION_INFO=${CURRENT}:${REVISION}:${AGE}