Commit 27666089b97013de8beff9e71d372f6546d1a852

Ozkan Sezer 2021-12-01T01:50:10

libtool upgrade to 2.4.6 - 9/n: fix func_fatal_error function name typo http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commitdiff;h=350082b6aa89f9ef603fcebbb4cf33f15a743f2f

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/ltmain.sh b/build-scripts/ltmain.sh
index edc043b..d43ec66 100644
--- a/build-scripts/ltmain.sh
+++ b/build-scripts/ltmain.sh
@@ -2124,7 +2124,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."
 }