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.
18 lines
526 B
Plaintext
18 lines
526 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/c macros.])
|
|
|
|
# Modern macros.
|
|
AT_CHECK_MACRO([AC_C_BACKSLASH_A])
|
|
AT_CHECK_MACRO([AC_C_BIGENDIAN])
|
|
AT_CHECK_MACRO([AC_C_CHAR_UNSIGNED])
|
|
AT_CHECK_MACRO([AC_C_LONG_DOUBLE])
|
|
AT_CHECK_MACRO([AC_C_STRINGIZE])
|
|
AT_CHECK_MACRO([AC_PROG_CC_C_O])
|
|
AT_CHECK_MACRO([AC_PROG_GCC_TRADITIONAL])
|
|
|
|
# Obsolete macros.
|
|
AT_CHECK_AU_MACRO([AC_LANG_C])
|
|
AT_CHECK_AU_MACRO([AC_LANG_CPLUSPLUS])
|