~ubuntu-branches/ubuntu/quantal/file-roller/quantal-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 09:25:24 UTC
  • mfrom: (1.2.109)
  • Revision ID: package-import@ubuntu.com-20120925092524-0e8qc6zil2panp07
Tags: 3.6.0-0ubuntu1
New upstream stable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.12.3 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.12.4 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996-2012 Free Software Foundation, Inc.
4
4
 
546
546
[am__api_version='1.12'
547
547
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
548
548
dnl require some minimum version.  Point them to the right macro.
549
 
m4_if([$1], [1.12.3], [],
 
549
m4_if([$1], [1.12.4], [],
550
550
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
551
551
])
552
552
 
562
562
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
563
563
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
564
564
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
565
 
[AM_AUTOMAKE_VERSION([1.12.3])dnl
 
565
[AM_AUTOMAKE_VERSION([1.12.4])dnl
566
566
m4_ifndef([AC_AUTOCONF_VERSION],
567
567
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
568
568
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])