summaryrefslogtreecommitdiff
path: root/gnu/dist/autoconf/acprograms
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-16 18:41:12 +0000
committerchristos <christos@NetBSD.org>2016-01-16 18:41:12 +0000
commitb7e3ce1746285afeea3bb9d2cdc28bc6702a867d (patch)
treea9fe37dbc213a556e4f968e6c59b649a85e947d6 /gnu/dist/autoconf/acprograms
parent4685b229864067ac3d3bc3dea29907c569e1d765 (diff)
has moved to external/gpl3
Diffstat (limited to 'gnu/dist/autoconf/acprograms')
-rw-r--r--gnu/dist/autoconf/acprograms42
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/dist/autoconf/acprograms b/gnu/dist/autoconf/acprograms
deleted file mode 100644
index d6c0163a0a9..00000000000
--- a/gnu/dist/autoconf/acprograms
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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: