libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.6-24-g5944fdc


From: Pavel Raiskup
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.6-24-g5944fdc
Date: Wed, 03 Feb 2016 09:44:45 +0000

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  5944fdcc7390fb3a619235d3c4b7f7ef34bc0f8a (commit)
      from  498566799618cba7d0e7b22140673f0582814054 (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 5944fdcc7390fb3a619235d3c4b7f7ef34bc0f8a
Author: Pavel Raiskup <address@hidden>
Date:   Wed Feb 3 10:18:14 2016 +0100

    gl: minor typo fixes
    
    * gl/build-aux/options-parser (func_run_hooks):
    s/funcions.n./functions./, s/$@/${1+"$@"}/.
    * gl/modules/funclib.sh: Sync license metadata with real module
    code.
    * bootstrap: Sync with funclib.sh

-----------------------------------------------------------------------

Summary of changes:
 bootstrap                   |    4 ++--
 gl/build-aux/options-parser |    4 ++--
 gl/modules/funclib.sh       |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bootstrap b/bootstrap
index aa3a8b8..41b8a75 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1813,13 +1813,13 @@ func_run_hooks ()
 
     case " $hookable_fns " in
       *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
+      *) func_fatal_error "'$1' does not support hook functions." ;;
     esac
 
     eval _G_hook_fns=\$$1_hooks; shift
 
     for _G_hook in $_G_hook_fns; do
-      if eval $_G_hook '"$@"'; then
+      if eval $_G_hook '${1+"$@"}'; then
         # store returned options list back into positional
         # parameters for next 'cmd' execution.
         eval _G_hook_result=\$${_G_hook}_result
diff --git a/gl/build-aux/options-parser b/gl/build-aux/options-parser
index 02b6e06..2fecae9 100644
--- a/gl/build-aux/options-parser
+++ b/gl/build-aux/options-parser
@@ -165,13 +165,13 @@ func_run_hooks ()
 
     case " $hookable_fns " in
       *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
+      *) func_fatal_error "'$1' does not support hook functions." ;;
     esac
 
     eval _G_hook_fns=\$$1_hooks; shift
 
     for _G_hook in $_G_hook_fns; do
-      if eval $_G_hook '"$@"'; then
+      if eval $_G_hook '${1+"$@"}'; then
         # store returned options list back into positional
         # parameters for next 'cmd' execution.
         eval _G_hook_result=\$${_G_hook}_result
diff --git a/gl/modules/funclib.sh b/gl/modules/funclib.sh
index be23e27..abb1d41 100644
--- a/gl/modules/funclib.sh
+++ b/gl/modules/funclib.sh
@@ -13,7 +13,7 @@ Makefile.am:
 Include:
 
 License:
-GPLv2+
+GPLv3+
 
 Maintainer:
 Gary V. Vaughan <address@hidden>


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]