~ubuntu-branches/debian/squeeze/libimobiledevice/squeeze

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-05-24 23:39:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524233958-vljg2n4w7pqim0vj
Tags: 1.0.1-1
* New upstream release.
* debian/watch: Update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ(2.61)
5
 
AC_INIT(libimobiledevice, 1.0.0, nospam@nowhere.com)
 
5
AC_INIT(libimobiledevice, 1.0.1, nospam@nowhere.com)
6
6
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
7
7
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
8
8
AC_CONFIG_SRCDIR([src/])
20
20
#                 changes to the signature and the semantic)
21
21
#  ? :+1 : ?   == just internal changes
22
22
# CURRENT : REVISION : AGE
23
 
LIBIMOBILEDEVICE_SO_VERSION=1:0:0
 
23
LIBIMOBILEDEVICE_SO_VERSION=1:1:0
24
24
 
25
25
AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)
26
26
 
41
41
 
42
42
# Checks for header files.
43
43
AC_HEADER_STDC
44
 
AC_CHECK_HEADERS([arpa/inet.h stdint.h stdlib.h string.h gcrypt.h])
 
44
AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h])
45
45
 
46
46
# Checks for typedefs, structures, and compiler characteristics.
47
47
AC_C_CONST