summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-11 00:59:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-11 00:59:59 +0000
commit124080ced0aff769b7015f8cc61612ae56aee89b (patch)
tree8780cc5dc3ae07dba9c6f9f48df3ae3f3e178910 /c/src/tests/tools/configure.ac
parent2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-124080ced0aff769b7015f8cc61612ae56aee89b.tar.bz2
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* generic/.cvsignore: Remove. * generic/ChangeLog: Remove. * generic/Makefile.am: Remove. * generic/configure.ac: Remove. * generic/difftest.in: Remove. * generic/sorttimes.in: Remove. * .cvsignore: Remove. * ChangeLog: Remove. * Makefile.am: Remove. * configure.ac: Remove.
Diffstat (limited to 'c/src/tests/tools/configure.ac')
-rw-r--r--c/src/tests/tools/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/tests/tools/configure.ac b/c/src/tests/tools/configure.ac
deleted file mode 100644
index 91ea6557eb..0000000000
--- a/c/src/tests/tools/configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
-AC_CONFIG_SRCDIR([generic])
-RTEMS_TOP(../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-RTEMS_TOOLPATHS
-AC_SUBST(program_prefix)
-
-RTEMS_CONFIG_BUILD_SUBDIRS(generic)
-RTEMS_CPU_SUBDIRS
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT