~kamalmostafa/ubuntu/lucid/libticables/merge-526694

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Kamal Mostafa
  • Date: 2010-02-23 21:41:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: kamal@whence.com-20100223214146-zxvk1vtug6u19m2h
* Merge Ubuntu's libticables2 into libticables (LP: #526694)
* Restore package name 'libticables2-dev' to 'libticables-dev'

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
 
dnl $Id: configure.ac 4035 2007-12-01 14:43:51Z roms $
 
2
dnl $Id: configure.ac 4238 2009-05-03 13:03:06Z roms $
3
3
 
4
4
# Init.
5
5
AC_PREREQ(2.57)
6
 
AC_INIT(libticables2, 1.2.0, [tilp-users@lists.sourceforge.net])
 
6
AC_INIT(libticables2, 1.3.0, [tilp-users@lists.sourceforge.net])
7
7
 
8
8
dnl Release versioning info
9
 
VERSION="1.2.0"
 
9
VERSION="1.3.0"
10
10
AC_SUBST(VERSION)
11
11
 
12
12
dnl Library version.
16
16
dnl    reset 'revision' and increment 'age'.
17
17
dnl  * If you changed/removed things from the api, increment 'current',
18
18
dnl    reset 'revision' and reset 'age'.
19
 
LT_CURRENT=1
20
 
LT_REVISION=16
 
19
LT_CURRENT=2
 
20
LT_REVISION=0
21
21
LT_AGE=0
22
22
LT_LIBVERSION="$LT_CURRENT:$LT_REVISION:$LT_AGE"
23
23
AC_SUBST(LT_LIBVERSION, $LT_CURRENT:$LT_REVISION:$LT_AGE)
59
59
AC_CHECK_TOOL(RC, windres, windres)
60
60
 
61
61
# Checks for libraries.
62
 
AM_GNU_GETTEXT
 
62
AM_GNU_GETTEXT(external)
63
63
 
64
64
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.4.0)
65
65
AC_SUBST(GLIB_CFLAGS)