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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=5ba85b55c7c860360ba804e3785f46a731c586be The branch, branch-1.4 has been updated via 5ba85b55c7c860360ba804e3785f46a731c586be (commit) via 46560727e23b2ddd1bd3418a3e62fb2f9952142c (commit) from 546878695ad7323459081d74214cbe64b9dcf86f (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 5ba85b55c7c860360ba804e3785f46a731c586be Author: Eric Blake <[email protected]> Date: Thu Dec 29 15:08:44 2016 -0600 build: update to latest gnulib I hit a weird failure during 'make check', and traced it to a recent gnulib regression in parallel test safety. Pick up the gnulib fix. * gnulib: Update to latest, to fix failure in getopt tests. Signed-off-by: Eric Blake <[email protected]> commit 46560727e23b2ddd1bd3418a3e62fb2f9952142c Author: Eric Blake <[email protected]> Date: Thu Dec 29 14:36:20 2016 -0600 maint: regenerate bootstrap Missed during the copyright update. * bootstrap: Regenerate. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ bootstrap | 6 +++--- gnulib | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9237bef..a852290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2016-12-29 Eric Blake <[email protected]> + build: update to latest gnulib + * gnulib: Update to latest, to fix failure in getopt tests. + + maint: regenerate bootstrap + * bootstrap: Regenerate. + maint: bump copyright year * all files: Version control now has a commit in 2016. diff --git a/bootstrap b/bootstrap index 3939cc8..4b57abd 100755 --- a/bootstrap +++ b/bootstrap @@ -235,7 +235,7 @@ scriptversion=2014-01-03.01; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -1541,7 +1541,7 @@ scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -2146,7 +2146,7 @@ func_version () # Extract macro arguments from autotools input with GNU M4. # Written by Gary V. Vaughan, 2010 # -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gnulib b/gnulib index 8e63aeb..b366f53 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 8e63aebd5d3e398a986dcc5cfaaa5409bca30d12 +Subproject commit b366f53ec394e9886c60c851243af59952480a73 hooks/post-receive -- GNU M4 source repository
