source: trunk/essentials/sys-devel/autoconf/tests/acprograms.at

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

autoconf 2.61

File size: 726 bytes
Line 
1# Generated by mktests.sh. -*- Autotest -*-
2
3## --------------------- ##
4## Do not edit by hand. ##
5## --------------------- ##
6
7# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8
9AT_BANNER([Testing autoconf/programs macros.])
10
11# Modern macros.
12AT_CHECK_MACRO([AC_PROG_AWK])
13AT_CHECK_MACRO([AC_PROG_FGREP])
14AT_CHECK_MACRO([AC_PROG_INSTALL])
15AT_CHECK_MACRO([AC_PROG_LEX])
16AT_CHECK_MACRO([AC_PROG_LN_S])
17AT_CHECK_MACRO([AC_PROG_MAKE_SET])
18AT_CHECK_MACRO([AC_PROG_MKDIR_P])
19AT_CHECK_MACRO([AC_PROG_RANLIB])
20AT_CHECK_MACRO([AC_PROG_SED])
21AT_CHECK_MACRO([AC_PROG_YACC])
22
23# Obsolete macros.
24AT_CHECK_AU_MACRO([AC_CHECK_TOOL_PREFIX])
25AT_CHECK_AU_MACRO([AC_DECL_YYTEXT])
26AT_CHECK_AU_MACRO([AC_RSH])
Note: See TracBrowser for help on using the repository browser.