summaryrefslogtreecommitdiffstats
path: root/testsuites/support/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:14:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:14:36 +0000
commite572433d79a41a77818a35ec51f76d3647b1a401 (patch)
tree46a1ce43b98eba04b4236fb52778fac8a4095a37 /testsuites/support/configure.ac
parentMerge-in support/ChangeLog. (diff)
downloadrtems-e572433d79a41a77818a35ec51f76d3647b1a401.tar.bz2
Remove (Merged into ..).
Diffstat (limited to 'testsuites/support/configure.ac')
-rw-r--r--testsuites/support/configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/support/configure.ac b/testsuites/support/configure.ac
deleted file mode 100644
index fed66481a1..0000000000
--- a/testsuites/support/configure.ac
+++ /dev/null
@@ -1,22 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.59)
-AC_INIT([rtems-c-src-tests-support],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
-AC_CONFIG_SRCDIR([include])
-RTEMS_TOP([../..],[..])
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_PROJECT_ROOT
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
-AC_OUTPUT