[SCM] GNU Libtool branch, master, updated. v2.4.2-419-geea1df8

2013-10-26 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  eea1df80de2239ae2962786cbcb33fa3e3b4533a (commit)
   via  4427784fe74e8f18c781d62624a0adb647893849 (commit)
  from  e168b14b1bd4bb59a9142259cad60d85d2c7bdab (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 eea1df80de2239ae2962786cbcb33fa3e3b4533a
Author: Gary V. Vaughan g...@gnu.org
Date:   Sun Oct 27 13:02:07 2013 +1300

maint: post-release administrivia

* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.

commit 4427784fe74e8f18c781d62624a0adb647893849
Author: Gary V. Vaughan g...@gnu.org
Date:   Sun Oct 27 11:52:43 2013 +1300

version 2.4.2.418

* NEWS: Record release date.

---

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

diff --git a/.prev-version b/.prev-version
index 8e8299d..9d45785 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2.4.2
+2.4.2.418
diff --git a/NEWS b/NEWS
index e872922..0c85812 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ NEWS - list of user-visible changes between releases of GNU 
Libtool
 
 * Noteworthy changes in release ?.? (-??-??) [?]
 
+
+* Noteworthy changes in release 2.4.2.418 (2013-10-27) [alpha]
+
 ** New features:
 
   - Moved to gnulib release infrastructure.
diff --git a/cfg.mk b/cfg.mk
index 652b821..6d308de 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 := d41d8cd98f00b204e9800998ecf8427e
+old_NEWS_hash := c7c9fc43ba42057e4f8bd593a0c2e086
 
 manual_title = Portable Dynamic Shared Object Management
 


hooks/post-receive
-- 
GNU Libtool



[SCM] GNU Libtool annotated tag, v2.4.2.418, created. v2.4.2.418

2013-10-26 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 annotated tag, v2.4.2.418 has been created
at  8ce3ae0ad103366fbc2511b55f8a174f1975937a (tag)
   tagging  4427784fe74e8f18c781d62624a0adb647893849 (commit)
  replaces  v2.4.2
 tagged by  Gary V. Vaughan
on  Sun Oct 27 11:52:43 2013 +1300

- Log -
libtool 2.4.2.418
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)

iEYEABECAAYFAlJsR7sACgkQFRMICSmD1gaN+gCfRv2uPNKGjnxawuhiSVwNQtwr
x64AoI5coiNyu5XWdXRgI8IHYUIj288A
=qwCV
-END PGP SIGNATURE-

Alan Modra (5):
  libtool: initial powerpc*le-linux support
  libtool: fix mangled powerpc*le-linux support patch
  libtool: refix unmangled powerpc*le-linux support patch
  libtool: fix refixed unmangled powerpc*le-linux support patch
  bootstrap: make first char of IFS a space.

Andreas Schwab (2):
  Pass through -g* so that debugging information is not dropped
  Pass through -g* so that debugging information is not dropped

Bernhard Voelker (1):
  bootstrap: always auto-add .gitignore files at the top.

Bob Friesenhahn (1):
  Fixed func_split_equals shell quoting syntax error encountered with

Brad Smith (3):
  Update/simplify OpenBSD support
  Update/simplify OpenBSD support
  libtool: add bitrig support.

Brook Moses (1):
  libtool: improve comments for _LT_ENABLE_LOCK implementation.

Brooks Moses (4):
  * AUTHORS: Add myself to committers list.
  libtool: Discard -mllvm $arg options when linking.
  libtool: Fix comment indentation
  libtool: Remove unneeded quotes in assignment.

DJ Delorie (1):
  libtool: Add TPF settings for LT_SYS_DLOPEN_SELF

David 'Digit' Turner (1):
  libtool: Add Android/Linux support.

David Edelsohn (2):
  AIX PIC shared library support
  AIX PIC shared library support

Fabian Groffen (1):
  libtool: Fix x86_64-pc-solaris2.* GNU ld breakage

Gary V. Vaughan (321):
  Post-release administrivia.
  build: avoid spurious bootstrap_edit call.
  build: compare `revision' rather than `correctver' in Makefile.am.
  build: avoid unnecessary directory changes in Makefile rules.
  build: factor Makefile.am `m4sh' invocations to LT_M4SH.
  build: name temporary files in `Makefile.am' consistently.
  build: make better use of automatic variables in `Makefile.am'.
  build: don't hardcode repeated long paths in Makefile rules.
  build: eliminate `ltmain.in' and `libtoolize.in' intermediate files.
  build: eliminate superfluous temporary files from `Makefile.am'.
  maint: simplify and improve safety of bootstrap process.
  maint: let make employ user's `SED' setting.
  Makefile: try to be robust against shell meta-chars in filenames.
  maint: use aux_dir consistently in all files.
  maint: use macro_dir consistently in all files.
  CLEANUP: fix error from pushing too far up the branch.
  maint: DRYing out `Makefile.am' file paths.
  maint: factor out ltmain.sh variable deletion.
  maint: pass directory declarations in configure.ac into Makefile.
  tests: DRYing out `tests/sh.test'.
  tests: remove unused `aux_dir' variable from `getopt-m4sh.test'.
  maint: don't run help2man on programs not-yet-built.
  maint: tidy, sort and consolidate .gitignore files.
  maint: add gnulib submodule.
  maint: use gnulib's (pending saner) bootstrap script.
  maint: use gnulib's canonical COPYING files.
  maint: use gnulib's canonical fdl.texi.
  maint: use gnulib's maintainer-makefile module.
  maint: don't make autobuild a hard bootstrap requirement.
  tests: ensure VPATH autom4te search path can find autotests.
  maint: use gnulib's maint.mk and support scripts release procedure.
  maint: use gnulib's git-version-gen instead of mkstamp.
  maint: use gnulib's gitlog-to-changelog instead of a ChangeLog file.
  libtoolize: fix some long-standing sed substitution bugs
  tests: add a keyword `expensive' to very long running tests.
  maint: ensure bootstrap runs from dist tarball.
  maint: add autobuild prerequisite only if autobuild.m4 is absent.
  build: support AM_SILENT_RULES
  build: substitute paths into defs.m4sh instead of recalculating.
  maint: dynamically strip unused scripts from libltdl Makefile.
  maint: rename the debug shell command variable to `debug_cmd'.
  libtoolize: fix a scoping bug in func_aclocal_update_check.
  libtoolize: rename `--subproject' option, and make it work.
  tests: fix parsing of configure output by pic_flag.at.
  maint: substitute static directory names.
  maint: calculate required mkinstalldirs calls during `make install'.
  tests: prefix absolute directory variables with 'abs_'.