libtool: exit verbosely for fatal configure problems

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
This commit is contained in:
Bert Wesarg 2016-06-13 22:28:47 +02:00 committed by Pavel Raiskup
parent 792b680701
commit 350082b6aa

View 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."
}