]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in: Set major:minor:sub version number of shared libf2c to 0:0:0.
authorToon Moene <toon@moene.indiv.nluug.nl>
Mon, 1 Oct 2001 06:30:39 +0000 (08:30 +0200)
committerToon Moene <toon@gcc.gnu.org>
Mon, 1 Oct 2001 06:30:39 +0000 (06:30 +0000)
2001-10-01  Toon Moene  <toon@moene.indiv.nluug.nl>

* Makefile.in: Set major:minor:sub version number
of shared libf2c to 0:0:0.

From-SVN: r45918

libf2c/ChangeLog
libf2c/Makefile.in

index e46ceefa3ff5b06660bddd4d204272020ccb5042..4aa7d0c38978cdd43a335524183e009eedca2c6b 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-01  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Set major:minor:sub version number
+       of shared libf2c to 0:0:0.
+
 2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
             Toon Moene  <toon@moene.indiv.nluug.nl>
 
index 8126bb74c44ad27f1cb70ff69510fea1e8ddac4c..9efa1c527b61dad5fc8f737918bff455db190ed4 100644 (file)
@@ -36,10 +36,9 @@ top_builddir = .
 libdir = $(exec_prefix)/lib
 libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
 #
+# Versions should start at 0:0:0 - See libtool manual.
 VERSION_MAJOR=0
-VERSION_MINOR=5
-# We'd rather had 27 here - to indicate the version at which
-# a shared libf2c was created; however, libtool doesn't accept this.
+VERSION_MINOR=0
 VERSION_SUB=0
 
 # Multilib support variables.
@@ -51,6 +50,7 @@ MULTIDO = true
 MULTICLEAN = true
 
 # Not configured per top-level version, since that doesn't get passed
+# Versions should start at 0:0:0 - See libtool manual.
 # down at configure time, but overrridden by the top-level install
 # target.
 INSTALL = @INSTALL@
This page took 0.067524 seconds and 5 git commands to generate.