From: Alastair McKinstry Date: Sat, 12 Jan 2019 11:15:51 +0000 (+0200) Subject: ltmain.in: Add error message for unknown version type X-Git-Tag: v2.5.4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43c5983836441a067d4a7b8197b355b384df5696;p=thirdparty%2Flibtool.git ltmain.in: Add error message for unknown version type --- diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index c5bdbe5d5..4e2a63fdd 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -7031,6 +7031,9 @@ func_mode_link () revision=$number_minor lt_irix_increment=no ;; + *) + func_fatal_configuration "$modename: unknown library version type '$version_type'" + ;; esac ;; no)