~bluetooth/ubuntu/lucid/obexd/lp_559412

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Baptiste Mille-Mathias
  • Date: 2010-03-15 19:43:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: baptiste.millemathias@gmail.com-20100315194306-bsoo9qovl1qt0pi2
Tags: 0.22-0ubuntu1
* New upstream release (LP: #539914):
  - Fix file corruption during PUT operation. (LP: #421684]
  - Fix the response of PUT requests for PBAP.
  - Fix blocking while waiting capability script to exit.
  - Fix compilation issues with driver and plugin options.
  - Fix service driver selection when WHO header is informed.
  - Fix issue with PC-Suite WHO header.
  - Fix issue when mime type exists but is unknown.
  - Fix issue when opening file fails during SendFiles.
  - Fix error code response when there is no default vCard.
  - Fix a memory leak when opening a folder for listing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
7862
7862
 
7863
7863
# Generated from ltversion.in.
7864
7864
 
7865
 
# serial 3012 ltversion.m4
 
7865
# serial 3017 ltversion.m4
7866
7866
# This file is part of GNU Libtool
7867
7867
 
7868
 
m4_define([LT_PACKAGE_VERSION], [2.2.6])
7869
 
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
7868
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
7869
m4_define([LT_PACKAGE_REVISION], [1.3017])
7870
7870
 
7871
7871
AC_DEFUN([LTVERSION_VERSION],
7872
 
[macro_version='2.2.6'
7873
 
macro_revision='1.3012'
 
7872
[macro_version='2.2.6b'
 
7873
macro_revision='1.3017'
7874
7874
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
7875
7875
_LT_DECL(, macro_revision, 0)
7876
7876
])
8139
8139
[am__api_version='1.11'
8140
8140
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8141
8141
dnl require some minimum version.  Point them to the right macro.
8142
 
m4_if([$1], [1.11], [],
 
8142
m4_if([$1], [1.11.1], [],
8143
8143
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8144
8144
])
8145
8145
 
8155
8155
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8156
8156
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8157
8157
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8158
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
8158
[AM_AUTOMAKE_VERSION([1.11.1])dnl
8159
8159
m4_ifndef([AC_AUTOCONF_VERSION],
8160
8160
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8161
8161
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])