commit | 43c5983836441a067d4a7b8197b355b384df5696 | [log] [tgz] |
---|---|---|
author | Alastair McKinstry <mckinstry@debian.org> | Sat Jan 12 13:15:51 2019 +0200 |
committer | Ileana Dumitrescu <ileanadumitrescu95@gmail.com> | Tue Oct 22 20:02:17 2024 +0300 |
tree | 727a9acaa929028e9deaec04ff5d403fc449f457 | |
parent | 4e6ccefb9405bef81693942803634285d8dafc06 [diff] |
ltmain.in: Add error message for unknown version type
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index c5bdbe5..4e2a63f 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in
@@ -7031,6 +7031,9 @@ revision=$number_minor lt_irix_increment=no ;; + *) + func_fatal_configuration "$modename: unknown library version type '$version_type'" + ;; esac ;; no)