mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-11 13:51:04 +08:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
# 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])
|