Re: [PATCH] Fix typo of non-existing function name

2017-04-22 Thread Pavel Raiskup
On Thursday, June 16, 2016 5:12:14 PM CEST Mike Frysinger wrote:
> lgtm.  hopefully a committer will wake up to merge it :).

Thanks for the patch and review, committed as 350082b6aa89.

Pavel


___
https://lists.gnu.org/mailman/listinfo/libtool


Re: [PATCH] Fix typo of non-existing function name

2016-06-16 Thread Mike Frysinger
lgtm.  hopefully a committer will wake up to merge it :).
-mike


signature.asc
Description: Digital signature
___
https://lists.gnu.org/mailman/listinfo/libtool


[PATCH] Fix typo of non-existing function name

2016-06-13 Thread Bert Wesarg

From fddcc0b117b5d4f3f4da95f183f19543354c39bb Mon Sep 17 00:00:00 2001
Message-Id: <fddcc0b117b5d4f3f4da95f183f19543354c39bb.1465850118.git.bert.wes...@googlemail.com>
From: Bert Wesarg <bert.wes...@googlemail.com>
Date: Mon, 13 Jun 2016 22:28:47 +0200
Subject: [PATCH] Fix typo of non-existing function name.

---
 build-aux/ltmain.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 4cd3818..1cf2e7b 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -212,7 +212,7 @@ fi
 # a configuration failure hint, and exit.
 func_fatal_configuration ()
 {
-func__fatal_error ${1+"$@"} \
+func_fatal_error ${1+"$@"} \
   "See the $PACKAGE documentation for more information." \
   "Fatal configuration error."
 }
-- 
2.0.0.rc2.8.g2009c91

___
https://lists.gnu.org/mailman/listinfo/libtool