source: trunk/essentials/sys-devel/automake-1.4/tests/fo.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 345 bytes
Line 
1#! /bin/sh
2
3# Make sure Fortran 77 files are rewritten to ".o" and not just "o".
4# Matthew D. Langston <langston@SLAC.Stanford.EDU>
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_F77
10END
11
12cat > Makefile.am << 'END'
13sbin_PROGRAMS = anonymous
14anonymous_SOURCES = doe.f
15END
16
17: > doe.f
18
19$AUTOMAKE || exit 1
20
21fgrep doe.o Makefile.in
Note: See TracBrowser for help on using the repository browser.