recipes: xorg/proto/xorgproto: Upgraded to version 2021.3
[dragora.git] / patches / libtool / libtool-2.4.6-fatal-handler.patch
blobd25316078b5f4c7c89ab85e6a966b59d15b2487b
1 From 350082b6aa89f9ef603fcebbb4cf33f15a743f2f Mon Sep 17 00:00:00 2001
2 From: Bert Wesarg <bert.wesarg@googlemail.com>
3 Date: Mon, 13 Jun 2016 22:28:47 +0200
4 Subject: [PATCH] libtool: exit verbosely for fatal configure problems
6 Instead of calling not-existing function and processing subsequent
7 shell code.
9 * build-aux/ltmain.in (func_fatal_configuration): Fix typo in
10 func_fatal_error call.
12 Copyright-paperwork-exempt: Yes
14 Upstream: 350082b6aa89f9ef603fcebbb4cf33f15a743f2f
15 ---
16 build-aux/ltmain.in | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
20 index 0ad021db..c3058f21 100644
21 --- a/build-aux/ltmain.in
22 +++ b/build-aux/ltmain.in
23 @@ -212,7 +212,7 @@ fi
24 # a configuration failure hint, and exit.
25 func_fatal_configuration ()
27 - func__fatal_error ${1+"$@"} \
28 + func_fatal_error ${1+"$@"} \
29 "See the $PACKAGE documentation for more information." \
30 "Fatal configuration error."
32 --
33 2.17.1