~vcs-imports-ii/automake/master

« back to all changes in this revision

Viewing changes to m4/amversion.m4

  • Committer: Stefano Lattarini
  • Date: 2012-12-19 11:02:21 UTC
  • Revision ID: git-v1:72f22d497983b8881cbe277297e2f47dc800f788
maint: version bump after beta release

* configure.ac (AC_INIT): Bump version number to 1.12c, as per
HACKING suggestion.
* m4/amversion.m4: Likewise (autoupdated by "make bootstrap").

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# generated from the m4 files accompanying Automake X.Y.
13
13
# (This private macro should not be called outside this file.)
14
14
AC_DEFUN([AM_AUTOMAKE_VERSION],
15
 
[am__api_version='1.12b'
 
15
[am__api_version='1.12c'
16
16
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
17
17
dnl require some minimum version.  Point them to the right macro.
18
 
m4_if([$1], [1.12b], [],
 
18
m4_if([$1], [1.12c], [],
19
19
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
20
20
])
21
21
 
31
31
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
32
32
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
33
33
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
34
 
[AM_AUTOMAKE_VERSION([1.12b])dnl
 
34
[AM_AUTOMAKE_VERSION([1.12c])dnl
35
35
m4_ifndef([AC_AUTOCONF_VERSION],
36
36
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
37
37
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])