43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# 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:
|