~ubuntu-branches/ubuntu/utopic/linphone/utopic-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-05-23 10:04:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523100407-wev5qrmhwwbs0whh
Tags: 3.3.0-1
* New upstream release

* debian/control: s/is a is an/is an/ (Closes: #582661)
* debian/control s/It main/Its main/ (Closes: #582665) 
* configure --disable-strict (Closes: 561708)
* Cleanup arches libv4l-dev libasound2-dev (Closes: #542595)
* Cleanup debian/watch
* Drop fix_desktop_section.dpatch - included upstream
* Drop desktop-icon.dpatch - included upstream
* Drop always_ipv4_for_ipv4_hosts.dpatch - included upstream
* Drop dpatch
* Upstream dropped /usr/bin/sipomatic

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.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
 
[m4_warning([this file was generated for autoconf 2.64.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
[m4_warning([this file was generated for autoconf 2.65.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
192
192
[am__api_version='1.11'
193
193
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
194
194
dnl require some minimum version.  Point them to the right macro.
195
 
m4_if([$1], [1.11], [],
 
195
m4_if([$1], [1.11.1], [],
196
196
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
197
197
])
198
198
 
208
208
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
209
209
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
210
210
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
211
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
211
[AM_AUTOMAKE_VERSION([1.11.1])dnl
212
212
m4_ifndef([AC_AUTOCONF_VERSION],
213
213
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
214
214
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1039
1039
fi
1040
1040
AC_MSG_RESULT(yes)])
1041
1041
 
 
1042
# Copyright (C) 2009  Free Software Foundation, Inc.
 
1043
#
 
1044
# This file is free software; the Free Software Foundation
 
1045
# gives unlimited permission to copy and/or distribute it,
 
1046
# with or without modifications, as long as this notice is preserved.
 
1047
 
 
1048
# serial 1
 
1049
 
 
1050
# AM_SILENT_RULES([DEFAULT])
 
1051
# --------------------------
 
1052
# Enable less verbose build rules; with the default set to DEFAULT
 
1053
# (`yes' being less verbose, `no' or empty being verbose).
 
1054
AC_DEFUN([AM_SILENT_RULES],
 
1055
[AC_ARG_ENABLE([silent-rules],
 
1056
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1057
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
1058
case $enable_silent_rules in
 
1059
yes) AM_DEFAULT_VERBOSITY=0;;
 
1060
no)  AM_DEFAULT_VERBOSITY=1;;
 
1061
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
1062
esac
 
1063
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
1064
AM_BACKSLASH='\'
 
1065
AC_SUBST([AM_BACKSLASH])dnl
 
1066
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
1067
])
 
1068
 
1042
1069
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
1043
1070
#
1044
1071
# This file is free software; the Free Software Foundation