]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (version_type): Use "-iface" as the windows
authorGary V. Vaughan <gary@gnu.org>
Fri, 15 Sep 2000 02:43:45 +0000 (02:43 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 15 Sep 2000 02:43:45 +0000 (02:43 +0000)
versioning scheme, where iface is the number of the oldest
interface supported.

ChangeLog
ltmain.in

index d57159e40a41453498f481143020a3cc1fc0f25a..e5cf109e93f2d5029ae18deb4f0edd38844e4ce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-15  Gary V. Vaughan  <gvv@techie.com>
+
+       * ltmain.in (version_type): Use "-iface" as the windows
+       versioning scheme, where iface is the number of the oldest
+       interface supported. 
+
 2000-09-14  Gary V. Vaughan  <gvv@techie.com>
 
        From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
index 8ad54b049b6356754a06d5f24f626dc98320a500..8972758b87121a3562b10edb27d191984964a2c7 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2481,10 +2481,10 @@ EOF
          ;;
 
        windows)
-         # Like Linux, but with '-' rather than '.', since we only
-         # want one extension on Windows 95.
+         # Use '-' rather than '.', since we only want one
+         # extension on DOS 8.3 filesystems.
          major=`expr $current - $age`
-         versuffix="-$major-$age-$revision"
+         versuffix="-$major"
          ;;
 
        *)