[SCM] GNU Libtool branch, master, updated. v2.4.3-32-g8c2154f

2014-11-18 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  8c2154fb4e80967b50b98c7327ff1465d3315f3f (commit)
  from  5ecee55e0fa9478e2046f1d67f4111b5bd6ce227 (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 8c2154fb4e80967b50b98c7327ff1465d3315f3f
Author: Vincent Lefevre vinc...@vinc17.net
Date:   Tue Nov 18 16:14:35 2014 +

NEWS: Fix an ancient spelling mistake,

* NEWS: s/propogate/progagote.
* cfg.mk (old_NEWS_hash): Update.

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

---

Summary of changes:
 NEWS   |2 +-
 cfg.mk |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9bff558..75da6ea 100644
--- a/NEWS
+++ b/NEWS
@@ -604,7 +604,7 @@ New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
 * If you configure libtool with --disable-shared (or if libtool does not
   support shared libraries on your platform) trying to build a library using
   '-shared' is a fatal error.
-* New link mode option '-weak' tells libtool when not to propogate dependency
+* New link mode option '-weak' tells libtool when not to propagate dependency
   libraries from dlpreopened modules.
 * libtoolize installs libtool.m4, (ltdl.m4 if used,) and various supporting
   m4 definitions to AC_CONFIG_MACRO_DIR.
diff --git a/cfg.mk b/cfg.mk
index 7c73540..497e53e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -24,7 +24,7 @@
 update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 
UPDATE_COPYRIGHT_USE_INTERVALS=1
 
 # Set format of NEWS
-old_NEWS_hash := aff57203fce23f130c7c8e9652489229
+old_NEWS_hash := e524180c3db06628ad97e3fcb35f6a4b
 
 manual_title = Portable Dynamic Shared Object Management
 


hooks/post-receive
-- 
GNU Libtool



Re: [SCM] GNU Libtool branch, master, updated. v2.4.3-32-g8c2154f

2014-11-18 Thread Eric Blake
On 11/18/2014 09:15 AM, Gary V. Vaughan wrote:
 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  8c2154fb4e80967b50b98c7327ff1465d3315f3f (commit)
   from  5ecee55e0fa9478e2046f1d67f4111b5bd6ce227 (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 8c2154fb4e80967b50b98c7327ff1465d3315f3f
 Author: Vincent Lefevre vinc...@vinc17.net
 Date:   Tue Nov 18 16:14:35 2014 +
 
 NEWS: Fix an ancient spelling mistake,
 
 * NEWS: s/propogate/progagote.

Not quite: s/progagote/propagate/ in the changelog entry (so now you
need a patch to build/git-log-fix...)

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


[SCM] GNU Libtool branch, master, updated. v2.4.3-34-gbedb0e7

2014-11-18 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  bedb0e786680ede6a9aae6ea7125fc9a232224c6 (commit)
   via  6d913552ff4c41cf16184f2909f04120829d0c28 (commit)
  from  8c2154fb4e80967b50b98c7327ff1465d3315f3f (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 bedb0e786680ede6a9aae6ea7125fc9a232224c6
Author: Gary V. Vaughan g...@gnu.org
Date:   Tue Nov 18 17:08:33 2014 +

bootstrap: make sure gnulib file droppings are removed.

* bootstrap.conf (libtool_cleanup_empty_dirs): Recent bootstrap
updates set source_base to null, so we need to use ${x:-y} to
override the null.  Autoconf Shellology says that ancient BSD
/bin/sh chokes on :- defaults, but bootstrap is a developer tool,
and so we can reasonably expect a developer to have a working
/bin/sh to run the bootstrap script.

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

commit 6d913552ff4c41cf16184f2909f04120829d0c28
Author: Gary V. Vaughan g...@gnu.org
Date:   Tue Nov 18 16:39:21 2014 +

bootstrap: add missing debug preambles.

* bootstrap.conf (libtool_prep, func_require_ltdl_dir)
(libtool_require_package_url): Add missing $debug_cmd calls.

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

---

Summary of changes:
 bootstrap.conf |   11 +--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index c8614cb..9606e64 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,4 +1,4 @@
-# bootstrap.conf (GNU Libtool) version 2011-11-24
+# bootstrap.conf (GNU Libtool) version 2014-11-18
 #
 # Copyright (C) 2010-2014 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
@@ -138,6 +138,8 @@ func_libtoolize ()
 # validation.
 libtool_prep ()
 {
+$debug_cmd
+
 # initial clean-up of checked out tree
 find . -depth \( -name autom4te.cache -o -name libtool \) -print \
   | grep -v '{arch}' \
@@ -307,7 +309,8 @@ libtool_cleanup_empty_dirs ()
 {
 $debug_cmd
 
-my_gnulib_source=${source_base-'lib'}
+my_gnulib_source=${source_base:-'lib'}
+
 if test -d $my_gnulib_source; then
   rm -f $my_gnulib_source/.gitignore $my_gnulib_source/Makefile.am || 
exit 1
   rmdir $my_gnulib_source || exit 1
@@ -327,6 +330,8 @@ func_add_hook func_fini libtool_cleanup_empty_dirs
 require_ltdl_dir=func_require_ltdl_dir
 func_require_ltdl_dir ()
 {
+$debug_cmd
+
 $require_configure_ac
 
 func_extract_trace LT_CONFIG_LTDL_DIR
@@ -353,6 +358,8 @@ func_require_ltdl_dir ()
 require_package_url=libtool_require_package_url
 libtool_require_package_url ()
 {
+$debug_cmd
+
 $require_configure_ac
 
 func_extract_trace AC_INIT


hooks/post-receive
-- 
GNU Libtool



[SCM] GNU Libtool branch, master, updated. v2.4.3-35-gc3e8f12

2014-11-18 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  c3e8f12fd7c1346c7ecf7e35830279058d51c166 (commit)
  from  bedb0e786680ede6a9aae6ea7125fc9a232224c6 (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 c3e8f12fd7c1346c7ecf7e35830279058d51c166
Author: Gary V. Vaughan g...@gnu.org
Date:   Tue Nov 18 17:20:06 2014 +

maint: Fox a resent smelling mystique.

* build-aux/git-log-fix: ChangeLog edit.
Reported by Eric Blake

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

---

Summary of changes:
 build-aux/git-log-fix |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index 5e1021a..89055c7 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -2,6 +2,12 @@
 # option.  It specifies what changes to make to each given SHA1's commit
 # log and metadata, using Perl-eval'able expressions.
 
+8c2154fb4e80967b50b98c7327ff1465d3315f3f
+# Date:   Tue Nov 18 16:14:35 2014 +
+# Fox a resent smelling mystique.
+s|mistake,\n|mistake.\n|;
+s|progagote\.|propagate/.|
+
 2636f57059967d3438250234279edac7cfd13d35
 # Date:Wed Sep 4 18:47:08 2013 -0700
 # Separate summary and file change description.


hooks/post-receive
-- 
GNU Libtool



Re: [SCM] GNU Libtool branch, master, updated. v2.4.3-32-g8c2154f

2014-11-18 Thread Gary V. Vaughan

 On Nov 18, 2014, at 4:49 PM, Eric Blake ebl...@redhat.com wrote:
 
 On 11/18/2014 09:15 AM, Gary V. Vaughan wrote:
 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  8c2154fb4e80967b50b98c7327ff1465d3315f3f (commit)
  from  5ecee55e0fa9478e2046f1d67f4111b5bd6ce227 (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 8c2154fb4e80967b50b98c7327ff1465d3315f3f
 Author: Vincent Lefevre vinc...@vinc17.net
 Date:   Tue Nov 18 16:14:35 2014 +
 
NEWS: Fix an ancient spelling mistake,
 
* NEWS: s/propogate/progagote.
 
 Not quite: s/progagote/propagate/ in the changelog entry (so now you
 need a patch to build/git-log-fix...)

I hate you! :-p