~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-client-gnome/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-04-05 14:14:13 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110405141413-hbwbunfsxpn2rtre
Tags: 0.9.13-1
* New upstream release
  - remove Debian patch (applied upstream)
* Fix watch file
* Remove unnecessary versioned dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([SFLphone],[0.9.12],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
2
 
AM_CONFIG_HEADER(config.h)
 
1
AC_INIT([SFLphone],[0.9.13],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
 
2
AC_CONFIG_HEADERS([config.h])
3
3
 
4
4
GNOME_DOC_INIT
5
5
 
28
28
 
29
29
AC_PROG_CC
30
30
AC_PROG_INSTALL
31
 
AC_STDC_HEADERS
32
 
AC_PROG_LIBTOOL
 
31
AC_HEADER_STDC
 
32
LT_INIT
33
33
 
34
34
dnl GCONF utilities
35
35
AM_GCONF_SOURCE_2
76
76
dnl AM_PATH_CHECK() DEPRECATED
77
77
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
78
78
 
79
 
AC_OUTPUT([
 
79
AC_CONFIG_FILES([
80
80
Makefile 
81
81
src/Makefile
82
82
src/config/Makefile
93
93
po/Makefile
94
94
doc/Makefile
95
95
])
 
96
AC_OUTPUT
96
97
 
97
98