~ubuntu-branches/ubuntu/vivid/irqbalance/vivid-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-11-12 14:30:07 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121112143007-431eb30o2vpm7v2v
* New upstream release 1.0.5
  - consolidate logging
  - Implement user policy script callout
  - Replace fscanf(%as) by getline
  - manpage: Improve the readability of the --banirq text
  - glib-local: ad call for g_list_remove
* Adjust irqbalance stop runlevel arguments
  Closes: #663725
* Ship upstream irqbalance.1
* Update debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.3 -*- 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,
196
196
[am__api_version='1.11'
197
197
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
198
198
dnl require some minimum version.  Point them to the right macro.
199
 
m4_if([$1], [1.11.3], [],
 
199
m4_if([$1], [1.11.6], [],
200
200
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
201
201
])
202
202
 
212
212
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
213
213
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
214
214
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
215
 
[AM_AUTOMAKE_VERSION([1.11.3])dnl
 
215
[AM_AUTOMAKE_VERSION([1.11.6])dnl
216
216
m4_ifndef([AC_AUTOCONF_VERSION],
217
217
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
218
218
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])