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 Libtool".
The branch, master has been updated via f8404e1db0be283bf31bba01049e61686d435c78 (commit) from 2ed391b4a849b4daf7d38d7b1341accc1eceedfa (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 f8404e1db0be283bf31bba01049e61686d435c78 Author: Gary V. Vaughan <g...@gnu.org> Date: Sun Nov 2 11:58:38 2014 +0000 maint: whitespace cleanup. * Makefile.am ($(thanks)): Fix several whitespace syntax-check failures. Signed-off-by: Gary V. Vaughan <g...@gnu.org> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index d9391de..a7ae738 100644 --- a/Makefile.am +++ b/Makefile.am @@ -564,9 +564,9 @@ $(thanks): FORCE { perl -ne '/^$$/.../^$$/ and print' $(no_thanks) \ | grep -v '^$$' | perl -pe 's/ +/\0/'; \ { sed -e '1,/\#\# /d' -e '/^\#\# /d' \ - -e 's,[ ][ ]*, ,' < $(no_thanks) \ - | tr '\t' '\0'; \ - git log --pretty=format:'%aN%x00%aE'; \ + -e 's|[ ][ ]*| |' < $(no_thanks) \ + | tr '\t' '\0'; \ + git log --pretty=format:'%aN%x00%aE'; \ } | $(ASSORT) -u; \ } | $(thanks_gen) \ | LC_ALL=en_US.UTF-8 sort -f; \ @@ -574,7 +574,7 @@ $(thanks): FORCE printf ';; %s\n' 'Local Variables:' 'coding: utf-8' End:; \ } > '$@'; \ fi - + ## Arrange so that .version appears only in the distribution ## tarball, and never in a checked-out repository. EXTRA_DIST += $(dotversion) hooks/post-receive -- GNU Libtool