[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.13.1d-1-g799fa25 |
Date: |
Sat, 04 May 2013 22:48:44 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=799fa256e63bb1a3aa409b7c8a0d4906d829dba9
The branch, branch-1.13.2 has been updated
via 799fa256e63bb1a3aa409b7c8a0d4906d829dba9 (commit)
via 3e6cad967e30acdc97a26a168021be349d06db25 (commit)
via 8a11e2fd135fae4626cbb1cc1b4b8dd45efc3feb (commit)
from f5f75eef28a32493258047eb3060478395a42120 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 799fa256e63bb1a3aa409b7c8a0d4906d829dba9
Author: Stefano Lattarini <address@hidden>
Date: Sun May 5 00:46:54 2013 +0200
maint: version bump after beta release 1.13.1d
* configure.ac (AC_INIT): Bump version number to 1.13.1e.
* m4/amversion.m4: Likewise (autoupdated by "make bootstrap").
Signed-off-by: Stefano Lattarini <address@hidden>
commit 3e6cad967e30acdc97a26a168021be349d06db25
Author: Stefano Lattarini <address@hidden>
Date: Sat May 4 23:19:36 2013 +0200
release: beta release 1.13.1d (will become 1.13.2)
* configure.ac (AC_INIT): Bump version number to 1.13.1d.
* m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
Signed-off-by: Stefano Lattarini <address@hidden>
commit 8a11e2fd135fae4626cbb1cc1b4b8dd45efc3feb
Author: Stefano Lattarini <address@hidden>
Date: Sat May 4 22:58:25 2013 +0200
NEWS: document more robust handling/recognition of make options
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 10 ++++++++++
configure.ac | 2 +-
m4/amversion.m4 | 4 ++--
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index dc893bb..c466c3d 100644
--- a/NEWS
+++ b/NEWS
@@ -151,6 +151,16 @@ New in 1.13.2:
m4 files (as can happen with e.g., "libtoolize --install").
See automake bug#13514.
+ - Analysis of make flags in Automake-generated rules has been made more
+ robust, and more future-proof. For example, in presence of make that
+ (like '-I') take an argument, the characters in said argument will no
+ longer be spuriously considered as a set of additional make options.
+ In particular, automake-generated rules will no longer spuriously
+ believe to be running in dry mode ("make -n") if run with an invocation
+ like "make -I noob"; nor will they believe to be running in keep-going
+ mode ("make -k") if run with an invocation like "make -I kool"
+ (automake bug#12554).
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.13.1:
diff --git a/configure.ac b/configure.ac
index b767ce8..29329c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([GNU Automake], [1.13.1c], address@hidden)
+AC_INIT([GNU Automake], [1.13.1e], address@hidden)
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index b105c8b..6a19f57 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -15,7 +15,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.13'
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.13.1c], [],
+m4_if([$1], [1.13.1e], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -31,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.13.1c])dnl
+[AM_AUTOMAKE_VERSION([1.13.1e])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.13.1d-1-g799fa25,
Stefano Lattarini <=