~dexter/schroot-pkg/raring

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Roger Leigh
  • Date: 2012-07-18 20:04:41 UTC
  • mfrom: (38.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120718200441-q7jfoto24orn0v5z
Tags: 1.6.1-1
* New upstream stable release.
* schroot:
  - Remove invalid and obsolete symlinks which were being created
    on install and upgrade, and no longer create them
    (Closes: #681931).
  - Fix 15binfmt setup script to bind mount binfmt binary correctly
    (Closes: #677811).  Thanks to Vagrant Cascadian and Julian Andres
    Klode.
  - Building from git has been documented, as has the upstream
    release process (Closes: #680882).
* dchroot:
  - Migrate dchroot.conf to schroot.conf format on upgrade
    (Closes: #681876).  Also documented caveats in NEWS.Debian.
* dchroot-dsa:
  - Migrate dchroot.conf to schroot.conf format on upgrade.
    Also documented caveats in NEWS.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
291
291
[am__api_version='1.11'
292
292
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
293
293
dnl require some minimum version.  Point them to the right macro.
294
 
m4_if([$1], [1.11.5], [],
 
294
m4_if([$1], [1.11.6], [],
295
295
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
296
296
])
297
297
 
307
307
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
308
308
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
309
309
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
310
 
[AM_AUTOMAKE_VERSION([1.11.5])dnl
 
310
[AM_AUTOMAKE_VERSION([1.11.6])dnl
311
311
m4_ifndef([AC_AUTOCONF_VERSION],
312
312
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
313
313
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])