Commit 1657a809 by Matthias Klose Committed by Matthias Klose

libtool-version: New.

2004-07-04  Matthias Klose  <doko@debian.org>

        * libtool-version: New.
        * Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
        * Makefile.in: Regenerate.
        * configure.ac: Remove libtool_VERSION macro
        * configure: Regenerate

From-SVN: r84074
parent e62be46e
2004-07-04 Matthias Klose <doko@debian.org>
* libtool-version: New.
* Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
* Makefile.in: Regenerate.
* configure.ac: Remove libtool_VERSION macro
* configure: Regenerate
2004-06-30 Steve Kargl <sgk@troutmask.apl.washington.edu> 2004-06-30 Steve Kargl <sgk@troutmask.apl.washington.edu>
Steven Bosscher <stevenb@suse.de> Steven Bosscher <stevenb@suse.de>
......
...@@ -6,6 +6,8 @@ AM_CFLAGS = -std=gnu99 ...@@ -6,6 +6,8 @@ AM_CFLAGS = -std=gnu99
toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la
libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
## This should really go in the compiler lib dir, not the system lib dir. ## This should really go in the compiler lib dir, not the system lib dir.
libgfortranbegin_la_SOURCES = fmain.c libgfortranbegin_la_SOURCES = fmain.c
libgfortranbegin_la_LDFLAGS = -static libgfortranbegin_la_LDFLAGS = -static
......
...@@ -263,7 +263,6 @@ infodir = @infodir@ ...@@ -263,7 +263,6 @@ infodir = @infodir@
install_sh = @install_sh@ install_sh = @install_sh@
libdir = @libdir@ libdir = @libdir@
libexecdir = @libexecdir@ libexecdir = @libexecdir@
libtool_VERSION = @libtool_VERSION@
localstatedir = @localstatedir@ localstatedir = @localstatedir@
mandir = @mandir@ mandir = @mandir@
mkdir_p = @mkdir_p@ mkdir_p = @mkdir_p@
...@@ -283,6 +282,7 @@ toolexecdir = @toolexecdir@ ...@@ -283,6 +282,7 @@ toolexecdir = @toolexecdir@
toolexeclibdir = @toolexeclibdir@ toolexeclibdir = @toolexeclibdir@
AM_CFLAGS = -std=gnu99 AM_CFLAGS = -std=gnu99
toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la
libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
libgfortranbegin_la_SOURCES = fmain.c libgfortranbegin_la_SOURCES = fmain.c
libgfortranbegin_la_LDFLAGS = -static libgfortranbegin_la_LDFLAGS = -static
AM_CPPFLAGS = -I$(srcdir)/io AM_CPPFLAGS = -I$(srcdir)/io
......
...@@ -5,10 +5,6 @@ AC_PREREQ(2.59) ...@@ -5,10 +5,6 @@ AC_PREREQ(2.59)
AC_INIT([GNU Fortran Runtime Library], 0.2,,[libgfortran]) AC_INIT([GNU Fortran Runtime Library], 0.2,,[libgfortran])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
# For libtool versioning info, format is CURRENT:REVISION:AGE
libtool_VERSION=6:0:0
AC_SUBST(libtool_VERSION)
# ------- # -------
# Options # Options
# ------- # -------
......
# This file is used to maintain libtool version info for libgfortran.
# See the libtool manual to understand the meaning of the fields.
# This is a separate file so that version updates don't involve re-running
# automake.
# CURRENT:REVISION:AGE
0:0:0
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