* mdemo2/configure.ac: Use AC_LIBTOOL_DLOPEN.
[libtool.git] / f77demo / README
blob11df06c77810f7b8c5d16ade43c576099844352c
1 This is a short demo of the fortran support in libtool.
3 fprogram is a pure-fortran program which is linked 
4 against the fortran-only library libfoo.la
6 cprogram is a C program, which is linked against the
7 mixed C and fortran library libmix.la. The program
8 calls a C function, which in turn calls a fortran 
9 function.
11 This demo requires GNU autoconf, automake, 
12 libtool with the F77 tag and quite obvious Fortran 77.