mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
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:
parent
792b680701
commit
350082b6aa
@ -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."
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user