[SCM] GNU Libtool branch, master, updated. v2.4.2-345-ge54f2dc

2013-01-01 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  e54f2dc19b965e57555974561059d2be0a070f8b (commit)
  from  1aa463d4e7ef8f3b4561d2f4affc7c97159dd86e (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 e54f2dc19b965e57555974561059d2be0a070f8b
Author: Gary V. Vaughan g...@gnu.org
Date:   Wed Jan 2 00:47:52 2013 +0700

maint: remove unsupported Tested-by: tag.

* build-aux/git-log-fix: Tested-by: line should not appear in the
ChangeLog.

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

---

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

diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index d59a4c9..cf3dd6e 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -2,6 +2,11 @@
 # option.  It specifies what changes to make to each given SHA1's commit
 # log and metadata, using Perl-eval'able expressions.
 
+109bc05e0d356ab48cc363521b8cd0abc943a6f5
+# Date:   Wed Dec 19 11:20:28 2012 +0100
+# Remove unsupported tag.
+s|Tested-by:[\s\S]*$||
+
 c82eaf360b1d2797054296c5e894c1271fffb7cf
 # Date:   Sun Oct 21 18:17:52 2012 -0500
 # Add file reference.


hooks/post-receive
-- 
GNU Libtool



[SCM] GNU Libtool branch, master, updated. v2.4.2-347-ga9fac8d

2013-01-01 Thread Peter Rosin
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  a9fac8df4df005dd03740675fa944107b9792adf (commit)
   via  8b6f961a68c73fc7d6c61ef9cd55ffa41dbbf028 (commit)
  from  e54f2dc19b965e57555974561059d2be0a070f8b (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 a9fac8df4df005dd03740675fa944107b9792adf
Author: Peter Rosin p...@lysator.liu.se
Date:   Tue Jan 1 19:40:57 2013 +0100

maint: check if git works before relying on it

Makefile.am (m4/ltversion.m4): Take the opportunity to regenerate
$(srcdir)/.serial whenever git is actually working.
(git_version_gen): Provide a fallback version for the git-version-gen
script to use when .tarball-version does not exist and git is not
working.

Signed-off-by: Peter Rosin p...@lysator.liu.se

commit 8b6f961a68c73fc7d6c61ef9cd55ffa41dbbf028
Author: Peter Rosin p...@lysator.liu.se
Date:   Tue Jan 1 19:39:24 2013 +0100

maint: really do update to latest upstream gnulib

Commit 9a7071e668d044c1c47c855d2f0bc7cadb235071 maint: update
copyright notices to include 2013. states that this was done, but
it actually was not.

gnulib/: Update to latest upstream.

---

Summary of changes:
 Makefile.am |9 -
 gnulib  |2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 87ed3d9..5f54346 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ EXTRA_LTLIBRARIES =
 # Using 'cd' in backquotes may print the directory name, use this instead:
 lt__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
 
-git_version_gen = '$(SHELL)' '$(aux_dir)/git-version-gen' '.tarball-version'
+git_version_gen = '$(SHELL)' '$(aux_dir)/git-version-gen' '--fallback' 
'$(VERSION)' '.tarball-version'
 rebuild = rebuild=:; revision=`$(lt__cd) $(srcdir)  $(git_version_gen) | sed 
's|-.*$$||g'`
 
 
@@ -126,11 +126,10 @@ $(ltversion_m4): $(ltversion_in) $(dotversion)
done; \
if $$rebuild; then \
  rm -f '$@'; \
- if test -f '$(srcdir)/.serial'; then \
-   serial=`cat '$(srcdir)/.serial'`; \
- else \
-   serial=`$(git_commit_count)`; \
+ if test -d '$(srcdir)/.git'  git --version /dev/null 21; then \
+   $(git_commit_count)  '$(srcdir)/.serial'; \
  fi; \
+ serial=`cat '$(srcdir)/.serial'`; \
  if test 0 = '$(AM_DEFAULT_VERBOSITY)'  test 1 != '$(V)'; \
then echo   GEN  $@; \
  else echo $(bootstrap_edit) '$(ltversion_in)'  '$@'; fi; \
diff --git a/gnulib b/gnulib
index c3d1ccf..9fc8109 16
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit c3d1ccfdb375b4cb1b912116c084a61422ef47e3
+Subproject commit 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e


hooks/post-receive
-- 
GNU Libtool