summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:17:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:17:42 +0000
commit87a04019fb626d90af690e6a9e985951ed9f4673 (patch)
tree8ce47ee7f81a5d126c59c3dc3204120a059a5f9b /c/src/lib/libbsp/unix/configure.ac
parent2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-87a04019fb626d90af690e6a9e985951ed9f4673.tar.bz2
Remove (Abandoned).
Diffstat (limited to 'c/src/lib/libbsp/unix/configure.ac')
-rw-r--r--c/src/lib/libbsp/unix/configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/unix/configure.ac b/c/src/lib/libbsp/unix/configure.ac
deleted file mode 100644
index 3c4ff7bb69..0000000000
--- a/c/src/lib/libbsp/unix/configure.ac
+++ /dev/null
@@ -1,21 +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],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
-AC_CONFIG_SRCDIR([posix])
-RTEMS_TOP(../../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-RTEMS_PROJECT_ROOT
-
-RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT