~ubuntu-branches/ubuntu/natty/libgweather/natty-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-28 14:24:16 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728142416-s4e6lwvxpve8ypfm
Tags: 2.26.2.1-0ubuntu1
* New upstream version
* debian/patches/01_gettext_not_xml.patch,
  debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([libgweather],[2.26.1])
 
1
AC_INIT([libgweather],[2.26.2.1])
2
2
AC_PREREQ(2.59)
3
3
 
4
4
AM_CONFIG_HEADER(config.h)
5
5
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
6
AC_CONFIG_MACRO_DIR([m4])
6
7
 
7
8
# Before making a release, the LT_VERSION string should be modified.
8
9
# The string is of the form C:R:A.
12
13
#   change to C+1:0:0
13
14
# - If the interface is the same as the previous version, change to C:R+1:A
14
15
 
15
 
LT_VERSION=5:5:4
 
16
LT_VERSION=5:6:4
16
17
AC_SUBST(LT_VERSION)
17
18
 
18
19
AC_CANONICAL_HOST
153
154
 
154
155
 
155
156
dnl ***************************************************************************
 
157
dnl ***  REGEX                                                              ***
 
158
dnl ***************************************************************************
 
159
AC_CHECK_FUNCS(regexec,,[AC_CHECK_LIB(regex,regexec,
 
160
               [REGEX_LIBS=-lregex],
 
161
               [AC_MSG_ERROR([No regex library found])])])
 
162
AC_SUBST(REGEX_LIBS)
 
163
 
 
164
 
 
165
dnl ***************************************************************************
156
166
dnl *** Check for presence of tm.tm_gmtoff on the system                    ***
157
167
dnl ***************************************************************************
158
168
AC_CHECK_MEMBER([struct tm.tm_gmtoff],[struct_tm_tm_gmtoff=true],[struct_tm_tm_gmtoff=false],[#include <time.h>])
235
245
##################################################
236
246
GTK_DOC_CHECK([1.9])
237
247
 
 
248
SHAVE_INIT([.], [enable])
 
249
 
238
250
dnl ***************************************************************************
239
251
dnl *** Output Makefiles et al                                              ***
240
252
dnl ***************************************************************************
241
253
AC_OUTPUT([
242
254
Makefile
 
255
shave
 
256
shave-libtool
243
257
doc/Makefile
244
258
po/Makefile.in
245
259
po-locations/Makefile