~ubuntu-branches/ubuntu/edgy/libsoup/edgy-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-03-11 15:53:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060311155309-4ei0gqzv59bqlk04
Tags: 2.2.91-1ubuntu1
* Sync with Debian
* debian/patches/02_xmlrpc_pointer.patch,
  debian/patches/03_xmlrpc_array.patch:
  - patches for the xmlrpc code

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl *******************************************
4
4
 
5
5
AC_PREREQ(2.53)
6
 
AC_INIT(libsoup, 2.2.7)
 
6
AC_INIT(libsoup, 2.2.91)
7
7
AC_CONFIG_SRCDIR(libsoup.pc.in)
8
8
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
9
9
 
15
15
AC_SUBST(SOUP_API_VERSION)
16
16
 
17
17
# Increment on interface addition. Reset on removal.
18
 
SOUP_AGE=1
 
18
SOUP_AGE=2
19
19
 
20
20
# Increment on interface add, remove, or change.
21
 
SOUP_CURRENT=9
 
21
SOUP_CURRENT=10
22
22
 
23
23
# Increment on source change. Reset when CURRENT changes.
24
24
SOUP_REVISION=0
73
73
dnl *** Checks for glib ***
74
74
dnl ***********************
75
75
 
76
 
AM_PATH_GLIB_2_0(2.4.0,,,gobject gthread)
 
76
AM_PATH_GLIB_2_0(2.6.0,,,gobject gthread)
77
77
 
78
78
PKG_CHECK_MODULES(XML, libxml-2.0)
79
79
AC_SUBST(XML_CFLAGS)
87
87
case "$host" in
88
88
  *-*-mingw*)
89
89
    os_win32=yes
90
 
    AC_CACHE_VAL(ac_cv_func_getaddrinfo, [ac_cv_func_getaddrinfo=yes])
91
 
    AC_CACHE_VAL(ac_cv_func_getnameinfo, [ac_cv_func_getnameinfo=yes])
92
 
    AC_CACHE_VAL(ac_cv_func_inet_pton, [ac_cv_func_inet_pton=yes])
93
 
    AC_CACHE_VAL(ac_cv_func_inet_ntop, [ac_cv_func_inet_ntop=yes])
94
 
    AC_CACHE_VAL(soup_cv_ipv6, [soup_cv_ipv6=yes])
 
90
    # Don't do this yet, as we want to support Windows 2000 which
 
91
    # doesn't have these.
 
92
    # AC_CACHE_VAL(ac_cv_func_getaddrinfo, [ac_cv_func_getaddrinfo=yes])
 
93
    # AC_CACHE_VAL(ac_cv_func_getnameinfo, [ac_cv_func_getnameinfo=yes])
 
94
    # AC_CACHE_VAL(ac_cv_func_inet_pton, [ac_cv_func_inet_pton=yes])
 
95
    # AC_CACHE_VAL(ac_cv_func_inet_ntop, [ac_cv_func_inet_ntop=yes])
 
96
    # AC_CACHE_VAL(soup_cv_ipv6, [soup_cv_ipv6=yes])
95
97
    ;;
96
98
  *)
97
99
    os_win32=no