]> 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:26:04 +0000 (02:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 15 Sep 2000 02:26:04 +0000 (02:26 +0000)
versioning scheme, where iface is the number of the oldest
interface supported.

ChangeLog
ltmain.in

index d9b50cd02a7f5129a5de0fa8203d4ebf9cafed48..02385a1ee275550ac4263ac916d8bfa77164d12b 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 27d13c287a3a7ae7375c77882dd9b9fb81b49212..ad5922ce8d3c160c31c33f2bb6d202458a664f3f 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2289,10 +2289,10 @@ compiler."
          ;;
 
        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"
          ;;
 
        *)