[SCM] GNU Libtool branch, master, updated. v2.2.6-99-g55b363f

2009-02-28 Thread Ralf Wildenhues
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  55b363f2147638c3b5c78df264286863f23ff605 (commit)
  from  7c483431f1026e5bbfedc18c369652bb96f9f8dd (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 55b363f2147638c3b5c78df264286863f23ff605
Author: Tim Rice t...@multitalents.net
Date:   Sat Feb 28 14:12:03 2009 +0100

Fix C++ template handling for old archives on UnixWare 7.1.4.

* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [sysv5*,
sco3.2v5*, sco5v6*] old_archive_cmds: For CC, add template
prelink step before archiving.  Fixes template.at test failures.

Signed-off-by: Ralf Wildenhues ralf.wildenh...@gmx.de

---

Summary of changes:
 ChangeLog |7 +++
 libltdl/m4/libtool.m4 |2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 022da07..9161d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-28  Tim Rice  t...@multitalents.net
+
+   Fix C++ template handling for old archives on UnixWare 7.1.4.
+   * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [sysv5*,
+   sco3.2v5*, sco5v6*] old_archive_cmds: For CC, add template
+   prelink step before archiving.  Fixes template.at test failures.
+
 2009-02-28  Török Edwin  edwinto...@gmail.com  (tiny change)
Ralf Wildenhues  ralf.wildenh...@gmx.de
 
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index b75a55a..51e8910 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -6219,6 +6219,8 @@ if test $_lt_caught_CXX_error != yes; then
   CC*)
_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib 
$libobjs $deplibs $compiler_flags'
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G 
${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs 
$compiler_flags'
+   _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
+ '$_LT_TAGVAR(old_archive_cmds, $1)
;;
  *)
_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib 
$libobjs $deplibs $compiler_flags'


hooks/post-receive
--
GNU Libtool




[SCM] GNU Libtool branch, master, updated. v2.2.6-100-g95f16dc

2009-02-28 Thread Ralf Wildenhues
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  95f16dc1f658f0ff2a47d728e4b49cc90c1f09e3 (commit)
  from  55b363f2147638c3b5c78df264286863f23ff605 (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 95f16dc1f658f0ff2a47d728e4b49cc90c1f09e3
Author: Ralf Wildenhues ralf.wildenh...@gmx.de
Date:   Sat Feb 28 22:37:34 2009 +0100

Add missing parentheses in the manual.

* doc/libtool.texi (Distributing libltdl, Test descriptions):
Add missing parentheses.

Signed-off-by: Ralf Wildenhues ralf.wildenh...@gmx.de

---

Summary of changes:
 ChangeLog|5 +
 doc/libtool.texi |4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9161d3f..da9640a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-28  Ralf Wildenhues  ralf.wildenh...@gmx.de
+
+   * doc/libtool.texi (Distributing libltdl, Test descriptions):
+   Add missing parentheses.
+
 2009-02-28  Tim Rice  t...@multitalents.net
 
Fix C++ template handling for old archives on UnixWare 7.1.4.
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 0b35500..2f90ca3 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -4474,7 +4474,7 @@ unnecessary but makes it easy to forget to upgrade 
@file{acinclude.m4}
 if you move to a different release of libltdl.
 @c
 }.  Having made the macros available, you must add a call to the
-...@samp{ltdl_init} macro (after the call to @samp{LT_INIT}
+...@samp{ltdl_init} macro (after the call to @samp{LT_INIT})
 to your package's @file{configure.ac} to
 perform the configure time checks required to build the library
 correctly.  Unfortunately, this method has problems if you then try to
@@ -5004,7 +5004,7 @@ static and shared libraries, @file{depdemo-static.test} 
builds only static
 libraries (@option{--disable-shared}), and @file{depdemo-shared.test} builds
 only shared libraries (@option{--disable-static}).
 @file{depdemo-nofast.test} configures @file{depdemo/libtool} to
-disable the fast-install mode (@option{--enable-fast-install=no}.
+disable the fast-install mode (@option{--enable-fast-install=no}).
 
 @item mdemo-conf.test
 @itemx mdemo-exec.test


hooks/post-receive
--
GNU Libtool