[SCM] GNU Libtool branch, master, updated. v2.4.2-323-gf1a3325

2012-10-23 Thread Gary V. Vaughan
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  f1a3325bf86a015d28930982bfa28f9c63621745 (commit)
   via  01f78ecf47fcd1ccf85ed61372abb9ed99bcc9c5 (commit)
  from  7b059d5ad9ed1d35ba6aa0f4fb01501b07fdd6c3 (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 f1a3325bf86a015d28930982bfa28f9c63621745
Author: Gary V. Vaughan g...@gnu.org
Date:   Mon Oct 22 16:50:11 2012 +0700

maint: fixup badly formatted ChangeLog entries.

* build-aux/git-log-fix: Mostly missing category tags and refilling
to 64 columns, but also deleting duplicate entries from merging the
gary/reredo-test-operand-order branch.
* g/build-aux/gitlog-to-changelog.diff: Local patch to prevent
printing unqualified header lines for deleted duplicate patches.
* THANKS: Put email address for Paul Seidler here...
* build-aux/git-log-fix: ...and remove from ChangeLog here.

Signed-off-by: Gary V. Vaughan g...@gnu.org

commit 01f78ecf47fcd1ccf85ed61372abb9ed99bcc9c5
Author: Gary V. Vaughan g...@gnu.org
Date:   Mon Oct 22 16:58:29 2012 +0700

bootstrap: regenerate to propagate Bob's func_split_equals fix.

* bootstrap: regenerate.

Signed-off-by: Gary V. Vaughan g...@gnu.org

---

Summary of changes:
 THANKS|1 +
 bootstrap |2 +-
 build-aux/git-log-fix |  314 +
 gl/build-aux/gitlog-to-changelog.diff |   56 ++
 4 files changed, 372 insertions(+), 1 deletions(-)
 create mode 100644 gl/build-aux/gitlog-to-changelog.diff

diff --git a/THANKS b/THANKS
index b16904c..ef617e4 100644
--- a/THANKS
+++ b/THANKS
@@ -153,6 +153,7 @@
   Paul Biggar  paul.big...@gmail.com
   Paul Eggert  egg...@twinsun.com
   Paul Laight  plai...@quantxautomation.co.uk
+  Paul Seidler se...@lavabit.com
   Paweł Daniluk   pa...@bioexploratorium.pl
   Peter Eisentraut pete...@gmx.net
   Peter Fritzsche  peter.fritzs...@gmx.de
diff --git a/bootstrap b/bootstrap
index d3feb21..1a496d6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1660,7 +1660,7 @@ else
   {
   $debug_cmd
 
-  func_split_equals_lhs=`expr x$1 : 'x\([^=]*)'`
+  func_split_equals_lhs=`expr x$1 : 'x\([^=]*\)'`
   func_split_equals_rhs=
   test x$func_split_equals_lhs = x$1 \
 || func_split_equals_rhs=`expr x$1 : 'x[^=]*=\(.*\)$'`
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index 810c021..d59a4c9 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -2,6 +2,320 @@
 # option.  It specifies what changes to make to each given SHA1's commit
 # log and metadata, using Perl-eval'able expressions.
 
+c82eaf360b1d2797054296c5e894c1271fffb7cf
+# Date:   Sun Oct 21 18:17:52 2012 -0500
+# Add file reference.
+s|(Fixed)|* gl/build-aux/options-parser (func_split_equals): $1|;
+# Add summary line.
+s|(\* gl)|options-parser: fix regexp quoting error.\n$1|;
+# Refill to 64 columns.
+s|func_split_equals shell|expr\nregexp|;
+s|\.  |.\n|
+
+b3e96ce7d1566d6120112f3b10e7782cc62cff8d
+# Date:   Mon Oct  8 17:59:51 2012 +0200
+# No empty lines in a single commit.
+s|\n\n|\n|g;
+# Move Report attribution to the end of the entry.
+s|Report by .*\.\n||;
+s|$|\nReported by Roumen Petrov.|
+
+0f31e375104b00a181557d3809e556066b3d98b1
+# Date:   Mon Oct  8 13:10:02 2012 +0200
+# No empty lines in a single commit.
+s|\n\n|\n|g;
+# Move Report attribution to the end of the entry.
+s|Report by .*\.\n||;
+s|$|\nReported by Roumen Petrov.|
+
+b78fd9740ef6a2ed67a1ef14e76483af784fb5f0
+# Date:   Sun Oct  7 00:57:26 2012 +0200
+# No empty lines in a single commit.
+s|\n\n|\n|g
+
+82791b3fb7043f81391bb36047f8533f4dd11b7b
+# Date:   Sun Oct  7 00:57:10 2012 +0200
+# No empty lines in a single commit.
+s|\n\n|\n|g
+
+a61a1114ae1464c39b54e88d1a30735c7daca4b2
+# Date:   Fri Oct  5 21:43:45 2012 +0200
+# No empty lines in a single commit.
+s|\n\n|\n|g
+
+0b1b67186407f1b03cc0c5bf1882a8db8e0ee2e2
+# Date:   Wed Oct  3 11:49:27 2012 +0700
+# No empty lines in a single commit.
+s|\n\n|\n|g
+
+## Elide duplicate log entries from merge of gary/reredo-test-operand-order
+## branch.
+# Date:   Tue Oct  2 21:05:53 2012 +0700
+4440d6523bf9c668720f9ffa66fb89e91912a504
+s|\n[\s\S]*$||
+
+0fc275469ef020177d8dff2c041456f6b6155537
+s|\n[\s\S]*$||
+
+692bc68dc9a580647a164d6338ca7e13cb593966
+s|\n[\s\S]*$||
+
+6cb0d0d771bc1e3be402929b90ca7a8a16d4
+s|\n[\s\S]*$||
+
+d50e123595d80b5582d0663ad50e3454051c482d

[SCM] GNU Libtool branch, master, updated. v2.4.2-325-gd5c1465

2012-10-23 Thread Gary V. Vaughan
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  d5c146580c21ee603458d92983d27e7af1260667 (commit)
   via  87d3655d1c390053ab71cb1f483607f6e5980fcc (commit)
  from  f1a3325bf86a015d28930982bfa28f9c63621745 (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 d5c146580c21ee603458d92983d27e7af1260667
Author: Gary V. Vaughan g...@gnu.org
Date:   Tue Oct 23 22:17:24 2012 -0500

bootstrap: emphasize command executions with terminal bold.

* bootstrap.in (func_show_eval): Use $require_term_colors to
embolden the command about to be executed in output.
* bootstrap: Regenerate.
* bootstrap.conf (libtool_build_prerequisites): Use the standard
(colorful!) bootstrap func_show_eval here too.

Signed-off-by: Gary V. Vaughan g...@gnu.org

commit 87d3655d1c390053ab71cb1f483607f6e5980fcc
Author: Gary V. Vaughan g...@gnu.org
Date:   Tue Oct 23 21:58:11 2012 -0500

bootstrap: show output from 'make bootstrap-deps'.

* bootstrap.conf (libtool_build_prerequisites): Add support for
AM_V_GEN and AM_V_at to the temporary pre-configure Makefile.
Instead of eliding non-error output from bootstrap-deps, show
the results, with verbosity set according to $opt_verbose.
* Makefile.am (m4/ltversion.m4, build-aux/ltmain.sh, libtool)
(README): Fix the display rules to correctly fall-back to
AM_DEFAULT_VERBOSITY when V=1 is not passed to make invocation.

Signed-off-by: Gary V. Vaughan g...@gnu.org

---

Summary of changes:
 Makefile.am   |   12 
 bootstrap |4 +++-
 bootstrap.conf|   23 +++
 gl/build-aux/bootstrap.in |4 +++-
 4 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6421755..d7baa93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,7 +131,8 @@ $(ltversion_m4): $(ltversion_in) $(dotversion)
  else \
serial=`$(git_commit_count)`; \
  fi; \
- if test 0 = '$(V)'; then echo   GEN$@; \
+ if test 0 = '$(AM_DEFAULT_VERBOSITY)'  test 1 != '$(V)'; \
+   then echo   GEN  $@; \
  else echo $(bootstrap_edit) '$(ltversion_in)'  '$@'; fi; \
  $(bootstrap_edit) '$(ltversion_in)'  '$@'; \
  chmod a-w '$@'; \
@@ -158,7 +159,8 @@ $(ltmain_sh): $(ltmain_in) $(dotversion)
done; \
if $$rebuild; then \
  rm -f '$@'; \
- if test 0 = '$(V)'; then echo   GEN$@; \
+ if test 0 = '$(AM_DEFAULT_VERBOSITY)'  test 1 != '$(V)'; \
+   then echo   GEN  $@; \
  else echo $(inline_source) '$(ltmain_in)' | $(bootstrap_edit)  
'$@'; fi; \
  $(inline_source) '$(ltmain_in)' | $(bootstrap_edit)  '$@'; \
  chmod a-w '$@'; \
@@ -294,7 +296,8 @@ libtool: $(ltmain_sh) $(config_status) $(dotversion)
  case $$prereq in *.version);; *) rebuild=:;; esac; \
done; \
if $$rebuild; then \
- if test 0 = '$(V)'; then echo   GEN$@; \
+ if test 0 = '$(AM_DEFAULT_VERBOSITY)'  test 1 != '$(V)'; \
+   then echo   GEN  $@; \
  else echo '$(SHELL) $(top_builddir)/config.status $@'; fi; \
  cd '$(top_builddir)'  '$(SHELL)' ./config.status '$@'; \
fi
@@ -547,7 +550,8 @@ EXTRA_DIST += $(edit_readme_alpha)
 re_odd_version = '\([0-9][0-9]*.[0-9][0-9]*.[0-9]*[13579]\)'
 $(readme): FORCE
@if test -n `expr $(VERSION) : $(re_odd_version)`; then \
- if test 0 = '$(V)'; then echo   GEN$@; \
+ if test 0 = '$(AM_DEFAULT_VERBOSITY)'  1 != '$(V)'; \
+   then echo   GEN  $@; \
  else echo $(SHELL) $(edit_readme_alpha) $@; fi; \
  $(SHELL) $(edit_readme_alpha) '$@'; \
fi
diff --git a/bootstrap b/bootstrap
index 1a496d6..f9d8b9d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4240,13 +4240,15 @@ func_show_eval ()
 {
 $debug_cmd
 
+$require_term_colors
+
 _G_cmd=$1
 _G_fail_exp=${2-':'}
 
 ${opt_silent-'false'} || {
   func_quote_for_eval $_G_cmd
   eval func_truncate_cmd $func_quote_for_eval_result
-  func_echo running: $func_truncate_cmd_result
+  func_echo running: $tc_bold$func_truncate_cmd_result$tc_reset
 }
 
 ${opt_dry_run-'false'} || {
diff --git a/bootstrap.conf b/bootstrap.conf
index 085f79e..ac0ac08 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -203,21 +203,28 @@ libtool_build_prerequisites ()
   echo aux_dir = $build_aux
   echo ltdl_dir = $ltdl_dir
   echo macro_dir = $macro_dir
+
+  # The following