summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/tools/configure.in')
-rw-r--r--c/src/tests/tools/configure.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/tests/tools/configure.in b/c/src/tests/tools/configure.in
deleted file mode 100644
index a00909bb0e..0000000000
--- a/c/src/tests/tools/configure.in
+++ /dev/null
@@ -1,25 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-AC_INIT(generic)
-RTEMS_TOP(../../../..)
-AC_CONFIG_AUX_DIR(../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE(rtems-c-src-tests-tools,$RTEMS_VERSION,no)
-AM_MAINTAINER_MODE
-
-RTEMS_TOOLPATHS
-AC_SUBST(program_prefix)
-
-RTEMS_CONFIG_BUILD_SUBDIRS(generic)
-if test -d $srcdir/$RTEMS_CPU; then
-AC_CONFIG_SUBDIRS($RTEMS_CPU)
-fi
-
-# Explicitly list all Makefiles here
-AC_OUTPUT(Makefile)
-
-RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)