]> 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:27:09 +0000 (09:27 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 8 Aug 2005 09:27:09 +0000 (09:27 +0000)
commiteb28eed82d338650171b45dfd344aa37091694e0
treeca3fbf6671fd09529ebb41ee5271703edb723fc0
parent903b08e4fbb719f384db8f939d96a32f22017316
* 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.
* Makefile.am, configure.ac: Adjusted.
* NEWS: Updated.
21 files changed:
ChangeLog
Makefile.am
NEWS
configure.ac
m4/libtool.m4
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]