summaryrefslogtreecommitdiffstats
path: root/tools/build/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/configure.ac')
-rw-r--r--tools/build/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 5d752c62f7..7af73a2684 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -10,14 +10,8 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
AM_MAINTAINER_MODE
-AC_PROG_CC
-AC_CHECK_HEADERS([getopt.h libgen.h])
-AC_CHECK_FUNCS(strerror strtol basename strnlen)
-
RTEMS_PATH_KSH
-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])