summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-11 00:51:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-11 00:51:14 +0000
commit82b3b0f220e2671d3777be2fb5a4cd0c9be2a09d (patch)
tree44acf08ad999876959fa68a50233f4f06a983a67 /c/src/tests/support/configure.ac
parent2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-82b3b0f220e2671d3777be2fb5a4cd0c9be2a09d.tar.bz2
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/.cvsignore: Remove. * include/buffer_test_io.h: Remove. * include/tmacros.h: Remove. * .cvsignore: Remove. * ChangeLog: Remove. * Makefile.am: Remove. * configure.ac: Remove.
Diffstat (limited to 'c/src/tests/support/configure.ac')
-rw-r--r--c/src/tests/support/configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/tests/support/configure.ac b/c/src/tests/support/configure.ac
deleted file mode 100644
index ae8582c19a..0000000000
--- a/c/src/tests/support/configure.ac
+++ /dev/null
@@ -1,22 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.57)
-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.7.2])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_PROJECT_ROOT
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
-AC_OUTPUT