ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/aclocal.m4
(Generate patch)

Comparing ircd-hybrid-8/aclocal.m4 (file contents):
Revision 1257 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1291 by michael, Sun Feb 12 20:24:41 2012 UTC

# Line 1 | Line 1
1 < # generated automatically by aclocal 1.11.2 -*- Autoconf -*-
1 > # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
2  
3   # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4   # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
# Line 9523 | Line 9523 | AC_DEFUN([AM_AUTOMAKE_VERSION],
9523   [am__api_version='1.11'
9524   dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9525   dnl require some minimum version.  Point them to the right macro.
9526 < m4_if([$1], [1.11.2], [],
9526 > m4_if([$1], [1.11.3], [],
9527        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9528   ])
9529  
# Line 9539 | Line 9539 | m4_define([_AM_AUTOCONF_VERSION], [])
9539   # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9540   # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9541   AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9542 < [AM_AUTOMAKE_VERSION([1.11.2])dnl
9542 > [AM_AUTOMAKE_VERSION([1.11.3])dnl
9543   m4_ifndef([AC_AUTOCONF_VERSION],
9544    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9545   _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# Line 10420 | Line 10420 | AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_
10420  
10421   # Check how to create a tarball.                            -*- Autoconf -*-
10422  
10423 < # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
10423 > # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
10424   #
10425   # This file is free software; the Free Software Foundation
10426   # gives unlimited permission to copy and/or distribute it,
# Line 10442 | Line 10442 | AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_
10442   # a tarball read from stdin.
10443   #     $(am__untar) < result.tar
10444   AC_DEFUN([_AM_PROG_TAR],
10445 < [# Always define AMTAR for backward compatibility.
10446 < AM_MISSING_PROG([AMTAR], [tar])
10445 > [# Always define AMTAR for backward compatibility.  Yes, it's still used
10446 > # in the wild :-(  We should find a proper way to deprecate it ...
10447 > AC_SUBST([AMTAR], ['$${TAR-tar}'])
10448   m4_if([$1], [v7],
10449 <     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
10449 >     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
10450       [m4_case([$1], [ustar],, [pax],,
10451                [m4_fatal([Unknown tar format])])
10452   AC_MSG_CHECKING([how to create a $1 tar archive])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines