summaryrefslogtreecommitdiffstats
path: root/tools/build/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 03:37:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 03:37:31 +0000
commit8f85c46ac9acfd5452a5e0d652feb501c5a96439 (patch)
tree38c83fa90e1cafe0bc8034e8df5502359256983c /tools/build/configure.ac
parentRegenerate. (diff)
downloadrtems-8f85c46ac9acfd5452a5e0d652feb501c5a96439.tar.bz2
2006-07-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Remove. * Makefile.am: Remove ampolish3. * configure.ac: Remove ampolish3, perl.
Diffstat (limited to 'tools/build/configure.ac')
-rw-r--r--tools/build/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 348fe5ceef..68da17df37 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -16,7 +16,6 @@ AC_PROG_CC
AC_CHECK_HEADERS([getopt.h])
AC_CHECK_FUNCS(strerror strtol)
-AC_PATH_PROG([PERL],[perl])
RTEMS_PATH_KSH
AC_CONFIG_HEADERS([config.h])
@@ -24,5 +23,4 @@ AC_CONFIG_HEADERS([config.h])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([install-if-change],[chmod +x install-if-change])
-AC_CONFIG_FILES([ampolish3],[chmod +x ampolish3])
AC_OUTPUT