]> git.ipfire.org Git - thirdparty/libtool.git/commit
* m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 8 Aug 2005 09:23:57 +0000 (09:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 8 Aug 2005 09:23:57 +0000 (09:23 +0000)
commita1b595f6abbd3ed4923cbcd7cab1dc08ecfaf2ac
treeee737fa249852c350e47d3f2d2b76dbe37c81ac6
parent6d1b0beae3729c35d125dbd22bfb893ba04fa39f
* m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros
for modern Fortran.
(LT_LANG, _LT_LANG_DEFAULT_CONFIG, _LT_SYS_DYNAMIC_LINKER,
_LT_SYS_HIDDEN_LIBDEPS): Adjusted.
* tests/fcdemo-conf.test, tests/fcdemo-exec.test,
tests/fcdemo-make.test, tests/fcdemo-shared.test,
tests/fcdemo-static.test, tests/fcdemo/Makefile.am, tests/fcdemo/README,
tests/fcdemo/configure.ac, tests/fcdemo/cprogram.c, tests/fcdemo/foo.h,
tests/fcdemo/fooc.c, tests/fcdemo/foof.f90, tests/fcdemo/foof2.f90,
tests/fcdemo/foof3.f90, tests/fcdemo/fprogram.f90: New tests for Fortran.
* tests/convenience.at: Extended.
* Makefile.am, configure.ac: Adjusted.
* NEWS: Updated.
22 files changed:
ChangeLog
Makefile.am
NEWS
configure.ac
m4/libtool.m4
tests/convenience.at
tests/fcdemo-conf.test [new file with mode: 0755]
tests/fcdemo-exec.test [new file with mode: 0755]
tests/fcdemo-make.test [new file with mode: 0755]
tests/fcdemo-shared.test [new file with mode: 0755]
tests/fcdemo-static.test [new file with mode: 0755]
tests/fcdemo/.cvsignore [new file with mode: 0644]
tests/fcdemo/Makefile.am [new file with mode: 0644]
tests/fcdemo/README [new file with mode: 0644]
tests/fcdemo/configure.ac [new file with mode: 0644]
tests/fcdemo/cprogram.c [new file with mode: 0644]
tests/fcdemo/foo.h [new file with mode: 0644]
tests/fcdemo/fooc.c [new file with mode: 0644]
tests/fcdemo/foof.f90 [new file with mode: 0644]
tests/fcdemo/foof2.f90 [new file with mode: 0644]
tests/fcdemo/foof3.f90 [new file with mode: 0644]
tests/fcdemo/fprogram.f90 [new file with mode: 0644]