Blame SOURCES/libtool-2.4.6-fatal-handler.patch

f621d0
From 350082b6aa89f9ef603fcebbb4cf33f15a743f2f Mon Sep 17 00:00:00 2001
f621d0
From: Bert Wesarg <bert.wesarg@googlemail.com>
f621d0
Date: Mon, 13 Jun 2016 22:28:47 +0200
f621d0
Subject: [PATCH] libtool: exit verbosely for fatal configure problems
f621d0
f621d0
Instead of calling not-existing function and processing subsequent
f621d0
shell code.
f621d0
f621d0
* build-aux/ltmain.in (func_fatal_configuration): Fix typo in
f621d0
func_fatal_error call.
f621d0
f621d0
Copyright-paperwork-exempt: Yes
f621d0
f621d0
Upstream: 350082b6aa89f9ef603fcebbb4cf33f15a743f2f
f621d0
---
f621d0
 build-aux/ltmain.in | 2 +-
f621d0
 1 file changed, 1 insertion(+), 1 deletion(-)
f621d0
f621d0
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
f621d0
index 0ad021db..c3058f21 100644
f621d0
--- a/build-aux/ltmain.in
f621d0
+++ b/build-aux/ltmain.in
f621d0
@@ -212,7 +212,7 @@ fi
f621d0
 # a configuration failure hint, and exit.
f621d0
 func_fatal_configuration ()
f621d0
 {
f621d0
-    func__fatal_error ${1+"$@"} \
f621d0
+    func_fatal_error ${1+"$@"} \
f621d0
       "See the $PACKAGE documentation for more information." \
f621d0
       "Fatal configuration error."
f621d0
 }
f621d0
-- 
f621d0
2.17.1
f621d0