Commit 9fd7c995 by Toon Moene Committed by Toon Moene

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

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
parent b988420a
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>
......
......@@ -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@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment