]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] fixup: version downgrade in 'm4/amversion.m4' as well ng-0.5a
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 14:23:28 +0000 (15:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 14:26:34 +0000 (15:26 +0100)
* m4/amversion.m4 (AM_SET_CURRENT_AUTOMAKE_VERSION,
AM_AUTOMAKE_VERSION): Downgrade Automake-NG version from 2.0a
to 0.5a.  This should have been done in previous commit
'v1.11-2001-g2684923' of17-02-2012, but we forgot to check in
this part of the change.

m4/amversion.m4

index c06ba4c4d617d9984b3725500035bcafae1620c0..d9a07a7d171f7afaa01906a6220b25b25c7265d0 100644 (file)
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='2.0a'
+[am__api_version='0.5a'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [2.0a], [],
+m4_if([$1], [0.5a], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -33,7 +33,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([2.0a])dnl
+[AM_AUTOMAKE_VERSION([0.5a])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])