mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
2fbbb4bafe
* lib/autom4te.cfg (args): Add local.at? for Autotest args. * tests/atspecific.m4: Rename as... * tests/local.at: This. * tests/suite.at: Move the globals into... * tests/local.at: here. * tests/Makefile.am: Adjust. * doc/autoconf.texi (testsuite Scripts): Adjust.
19 lines
578 B
Plaintext
19 lines
578 B
Plaintext
# Generated by mktests.sh, do not edit by hand. -*- Autotest -*-
|
|
# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
|
|
|
|
AT_BANNER([Testing autoconf/types macros.])
|
|
|
|
# Modern macros.
|
|
AT_CHECK_MACRO([AC_STRUCT_ST_BLOCKS])
|
|
AT_CHECK_MACRO([AC_STRUCT_TIMEZONE])
|
|
AT_CHECK_MACRO([AC_TYPE_MODE_T])
|
|
AT_CHECK_MACRO([AC_TYPE_OFF_T])
|
|
AT_CHECK_MACRO([AC_TYPE_SIGNAL])
|
|
|
|
# Obsolete macros.
|
|
AT_CHECK_AU_MACRO([AC_INT_16_BITS])
|
|
AT_CHECK_AU_MACRO([AC_LONG_64_BITS])
|
|
AT_CHECK_AU_MACRO([AC_STRUCT_ST_BLKSIZE])
|
|
AT_CHECK_AU_MACRO([AC_STRUCT_ST_RDEV])
|
|
AT_CHECK_AU_MACRO([AM_TYPE_PTRDIFF_T])
|