diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-21 17:46:19 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-21 17:46:19 +0000 |
commit | 91a9c1517c01e351e3a535be56e1249aaf2a3446 (patch) | |
tree | 65e6c69c84740ccfa6f41da3d12726687c1766b6 /libgfortran/aclocal.m4 | |
parent | adfe6a304a588a55753b456d9188a7476ef5ffac (diff) | |
download | gcc-91a9c1517c01e351e3a535be56e1249aaf2a3446.tar.gz |
* 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
Diffstat (limited to 'libgfortran/aclocal.m4')
-rw-r--r-- | libgfortran/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/aclocal.m4 b/libgfortran/aclocal.m4 index 5d15ebdbc40..935e8039cfb 100644 --- a/libgfortran/aclocal.m4 +++ b/libgfortran/aclocal.m4 @@ -817,6 +817,5 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -m4_include([../config/gcc-version.m4]) m4_include([../config/no-executables.m4]) m4_include([acinclude.m4]) |