diff options
author | Andreas Jaeger <aj@suse.de> | 2004-05-30 23:58:10 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2004-05-30 23:58:10 +0200 |
commit | 96b8a6154eee8298916907259e1543677c8910a5 (patch) | |
tree | 5bc64fe6017d058b9e45fdef165e2ccde3c62c52 /libgfortran/ChangeLog | |
parent | 78dd5e36d94ddb4b38c5be38d2bbb56ada470b81 (diff) | |
download | gcc-96b8a6154eee8298916907259e1543677c8910a5.zip gcc-96b8a6154eee8298916907259e1543677c8910a5.tar.gz gcc-96b8a6154eee8298916907259e1543677c8910a5.tar.bz2 |
re PR libfortran/11800 ([gfortan] libgfortran should be multi-libed)
PR gfortran/11800
* Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
(lib_LTLIBRARIES): Rename to ...
(toolexeclib_LTLIBRARIES): this for multilib support.
* configure.in: Rename to ...
* configure.ac: this. Update to modern autoconf style, enable
multilibs, support --enable-version-specific-runtime-libs.
* Makefile.in: Regenerated.
* configure: Regenerated.
* aclocal.m4: Regenerated.
From-SVN: r82466
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index def98c6..d67ee65e 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,16 @@ +2004-05-30 Andreas Jaeger <aj@suse.de>, Steven Bosscher <stevenb@suse.de> + + PR gfortran/11800 + * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. + (lib_LTLIBRARIES): Rename to ... + (toolexeclib_LTLIBRARIES): this for multilib support. + * configure.in: Rename to ... + * configure.ac: this. Update to modern autoconf style, enable + multilibs, support --enable-version-specific-runtime-libs. + * Makefile.in: Regenerated. + * configure: Regenerated. + * aclocal.m4: Regenerated. + 2004-05-30 Steven G. Kargl <kargls@comcast.net> * libgfortran.h (random_seed): Update prototype. |