]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: exit verbosely for fatal configure problems
authorBert Wesarg <bert.wesarg@googlemail.com>
Mon, 13 Jun 2016 20:28:47 +0000 (22:28 +0200)
committerPavel Raiskup <praiskup@redhat.com>
Fri, 21 Apr 2017 14:56:46 +0000 (16:56 +0200)
Instead of calling not-existing function and processing subsequent
shell code.

* build-aux/ltmain.in (func_fatal_configuration): Fix typo in
func_fatal_error call.

Copyright-paperwork-exempt: Yes

build-aux/ltmain.in

index 0ad021dbf4f971a83ca49a725ff5909387d86b45..c3058f21a5378036d95d08d31110d617c0fd4660 100644 (file)
@@ -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."
 }