libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Fri, 18 Oct 2024 10:40:06 -0400 (EDT)

branch: development
commit 61f184eb60c8eab7d174ba4e41bb8308e05f6932
Author: Alastair McKinstry <mckinstry@debian.org>
AuthorDate: Sat Jan 12 13:15:51 2019 +0200

    ltmain.in: Add error message for unknown version type
---
 build-aux/ltmain.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index c5bdbe5d..4e2a63fd 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]