X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=m4%2Famversion.m4;h=368cd6438cd0415ee67473d34dd222498c991cf5;hb=12f0caf6d2d2c013c03200a12449d5f97428e0cf;hp=f6ed132de9623a6f4354174bb128988aa917fbec;hpb=ec799b7b8baf649b8031d9b5cbdecf78a057c3a3;p=platform%2Fupstream%2Fautomake.git diff --git a/m4/amversion.m4 b/m4/amversion.m4 index f6ed132..368cd64 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -6,18 +6,16 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 8 - # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # 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.12' +[am__api_version='1.12a' 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.12.0a], [], +m4_if([$1], [1.12a], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -33,7 +31,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.12.0a])dnl +[AM_AUTOMAKE_VERSION([1.12a])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])