From 91a9c1517c01e351e3a535be56e1249aaf2a3446 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Mar 2005 17:46:19 +0000 Subject: * configure.ac: Do not invoke TL_AC_GCC_VERSION. In all substitutions, leave gcc_version to be expanded by the Makefile. * aclocal.m4, configure: Regenerate. * Makefile.am: Set gcc_version. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96818 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgfortran/Makefile.am') diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 27b31333ae1..347b5523d1e 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -5,6 +5,9 @@ AM_CFLAGS = -std=gnu99 ACLOCAL_AMFLAGS = -I ../config +## May be used by toolexeclibdir. +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) + toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` -lm -- cgit v1.2.1