summaryrefslogtreecommitdiffstats
path: root/acprograms
blob: d6c0163a0a9ba881ae9c6afcd60ced36bd331a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# acprograms -- autoscan's mapping from programs to Autoconf macros
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
# Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.

ln		AC_PROG_LN_S
awk		AC_PROG_AWK
nawk		AC_PROG_AWK
gawk		AC_PROG_AWK
mawk		AC_PROG_AWK
cc		AC_PROG_CC
gcc		AC_PROG_CC
cpp		AC_PROG_CPP
CC		AC_PROG_CXX
c++		AC_PROG_CXX
g++		AC_PROG_CXX
install		AC_PROG_INSTALL
lex		AC_PROG_LEX
flex		AC_PROG_LEX
ranlib		AC_PROG_RANLIB
yacc		AC_PROG_YACC
byacc		AC_PROG_YACC
bison		AC_PROG_YACC
make		AC_PROG_MAKE_SET

# Local Variables:
# mode: shell-script
# End: