]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77
authorEric Lindahl <erik@theophys.kth.se>
Wed, 31 Jul 2002 20:15:28 +0000 (20:15 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 31 Jul 2002 20:15:28 +0000 (20:15 +0000)
commitc466be90b3e14e25603d52c202c3e6fe3603989c
tree66bfc628175e0331fc9ba589ae3f4c632b66dace
parentf57ca23232e5784effb15f1b94a332ad4bb37408
* libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77
Fortran support tag.
(AC_LIBTOOL_PROG_CC_C_O, _LT_AC_TAGCONFIG): Support F77 tag.
(AC_LIBTOOL_F77, _LT_AC_LANG_F77, AC_LIBTOOL_LANG_F77_CONFIG):
New macros for F77 tag Fortran support.
* configure.ac: Add support for creating the new F77 tag.
* bootstrap: Add f77demo directory to the list to be processed.
* Makefile.am: Add support for FFLAGS and FLIBS.
* tests/Makefile.am: Add new Fortran tests.
* tests/f77demo-*.test: New files.
* f77demo/configure.ac, f77demo/cprogram.c, f77demo/fooc.c
* f77demo/foof.f, f77demo/foo.h, f77demo/fprogram.f
* f77demo/Makefile.am, f77demo/README: New files.
19 files changed:
ChangeLog
Makefile.am
bootstrap
configure.ac
f77demo/Makefile.am [new file with mode: 0644]
f77demo/README [new file with mode: 0644]
f77demo/configure.ac [new file with mode: 0644]
f77demo/cprogram.c [new file with mode: 0644]
f77demo/foo.h [new file with mode: 0644]
f77demo/fooc.c [new file with mode: 0644]
f77demo/foof.f [new file with mode: 0644]
f77demo/fprogram.f [new file with mode: 0644]
libtool.m4
tests/Makefile.am
tests/f77demo-conf.test [new file with mode: 0755]
tests/f77demo-exec.test [new file with mode: 0755]
tests/f77demo-make.test [new file with mode: 0755]
tests/f77demo-shared.test [new file with mode: 0755]
tests/f77demo-static.test [new file with mode: 0755]