blob: e8dbcab36d4bf5651707750c16da935318ab53a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Generated by mktests.sh, do not edit by hand. -*- Autotest -*-
# Copyright 2000, 2001 Free Software Foundation, Inc.
AT_BANNER([Testing autoconf/fortran macros.])
# Modern macros.
AT_CHECK_MACRO([AC_F77_MAIN])
AT_CHECK_MACRO([AC_F77_WRAPPERS])
AT_CHECK_MACRO([AC_PROG_F77_C_O])
# Obsolete macros.
AT_CHECK_AU_MACRO([AC_LANG_FORTRAN77])
|