X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=m4%2Famversion.m4;h=e178750b1f91ebc569db4519f514365a172db30a;hb=12bef166300e5fe2061166e20b94e2a3e2204f26;hp=79aefb988aca5fb5ceae57af5bba305ef02044e6;hpb=60a52756639ead678f500a25c094fd525c9cdef5;p=platform%2Fupstream%2Fautomake.git diff --git a/m4/amversion.m4 b/m4/amversion.m4 index 79aefb9..e178750 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -1,7 +1,6 @@ ## -*- Autoconf -*- ## Generated from amversion.in; do not edit by hand. -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,10 +14,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.11a' +[am__api_version='1.12' 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.11a], [], +m4_if([$1], [1.12.1a], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -34,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([1.11a])dnl +[AM_AUTOMAKE_VERSION([1.12.1a])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])