1This is a short demo of the fortran support in libtool.
2
3fprogram is a pure-fortran program which is linked 
4against the fortran-only library libfoo.la
5
6cprogram is a C program, which is linked against the
7mixed C and fortran library libmix.la. The program
8calls a C function, which in turn calls a fortran 
9function.
10
11This demo requires GNU autoconf, automake, 
12libtool with the F77 tag and quite obvious Fortran 77.
13
14
15
16
17