summaryrefslogtreecommitdiff
path: root/m4/amversion.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2006-10-15 19:06:52 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2006-10-15 19:06:52 +0000
commit6fe073e51daf543adc205118b13e10c8b7a88280 (patch)
tree3a009c311b61935d256ea8fb9aebf611f7e49a2f /m4/amversion.m4
parent4ec36c5cf995b41c34fa82b07a9dc0ddafcb2eeb (diff)
downloadautomake-6fe073e51daf543adc205118b13e10c8b7a88280.tar.gz
* configure.ac, NEWS: Bump version to 1.10.branchpoint-1-10Release-1-10
* doc/automake.texi (Releases): Update for 1.10.
Diffstat (limited to 'm4/amversion.m4')
-rw-r--r--m4/amversion.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index d1c9982f8..9dcef89e6 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -12,10 +12,10 @@
# 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='1.9c'
+[am__api_version='1.10'
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], [1.9c], [],
+m4_if([$1], [1.10], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -31,5 +31,5 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.9c])dnl
+[AM_AUTOMAKE_VERSION([1.10])dnl
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])