~ubuntu-branches/debian/sid/automake1.10/sid

« back to all changes in this revision

Viewing changes to m4/amversion.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-04-12 03:26:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090412032630-w64dyp0t8jswichd
Tags: 1:1.10.2-1
* New upstream release.
* debian/rules:
  - Update Standards-Version to 3.8.1.
  - Add ${misc:Depends} to the Depends line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##                                                          -*- Autoconf -*-
2
2
## @configure_input@
3
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
3
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
29
29
# AM_SET_CURRENT_AUTOMAKE_VERSION
30
30
# -------------------------------
31
31
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
32
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
32
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
33
33
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
34
34
[AM_AUTOMAKE_VERSION([@VERSION@])dnl
35
35
m4_ifndef([AC_AUTOCONF_VERSION],
36
36
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
37
 
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
37
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])