From 1657a8095b506b6d10a407fd5574adbf814561e3 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 4 Jul 2004 09:06:54 +0000 Subject: libtool-version: New. 2004-07-04 Matthias Klose * 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 --- libgfortran/configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgfortran/configure.ac') diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index 28b6f6f..474492a 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -5,10 +5,6 @@ AC_PREREQ(2.59) AC_INIT([GNU Fortran Runtime Library], 0.2,,[libgfortran]) AC_CONFIG_HEADER(config.h) -# For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:0:0 -AC_SUBST(libtool_VERSION) - # ------- # Options # ------- -- cgit v1.1