From 87a04019fb626d90af690e6a9e985951ed9f4673 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 12:17:42 +0000 Subject: Remove (Abandoned). --- c/src/lib/libbsp/unix/posix/tools/configure.ac | 31 -------------------------- 1 file changed, 31 deletions(-) delete mode 100644 c/src/lib/libbsp/unix/posix/tools/configure.ac (limited to 'c/src/lib/libbsp/unix/posix/tools/configure.ac') diff --git a/c/src/lib/libbsp/unix/posix/tools/configure.ac b/c/src/lib/libbsp/unix/posix/tools/configure.ac deleted file mode 100644 index 44659edd6f..0000000000 --- a/c/src/lib/libbsp/unix/posix/tools/configure.ac +++ /dev/null @@ -1,31 +0,0 @@ -## Process this file with autoconf to produce a configure script. -## -## $Id$ - -AC_PREREQ(2.60) -AC_INIT([rtems-c-src-lib-libbsp-unix-posix-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) -AC_CONFIG_SRCDIR([runtest.in]) -RTEMS_TOP(../../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE([no-define foreign 1.10]) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSBSP - -RTEMS_PATH_KSH -AC_PATH_PROG(PERL,perl) - -AM_CONDITIONAL(PERL,test -n "$PERL") - -RTEMS_PROJECT_ROOT -RTEMS_TOOLPATHS - -# Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -runtest -shmdump -looptest -semdump]) -AC_OUTPUT -- cgit v1.2.3