summaryrefslogtreecommitdiffstats
path: root/tools/cpu/unix/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-29 16:47:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-29 16:47:50 +0000
commit88f3393b2a6f8f48bfcf6bfbd84c3b0d86253191 (patch)
treee4f1a34a61fd693dea8acd0910d618814270cd6b /tools/cpu/unix/configure.ac
parent2001-03-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-88f3393b2a6f8f48bfcf6bfbd84c3b0d86253191.tar.bz2
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR150, unix directory and contents removed. * unix/, unix/ChangeLog, unix/Makefile.am, unix/configure.ac, unix/gensize.c: Deleted.
Diffstat (limited to '')
-rw-r--r--tools/cpu/unix/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/cpu/unix/configure.ac b/tools/cpu/unix/configure.ac
deleted file mode 100644
index 1dbddef203..0000000000
--- a/tools/cpu/unix/configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.52)
-AC_INIT([rtems-tools-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([gensize.c])
-RTEMS_TOP(../../..)
-AC_CONFIG_AUX_DIR(../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign 1.6])
-AM_MAINTAINER_MODE
-AC_EXEEXT
-
-AC_PROG_CC
-
-RTEMS_TOOLPATHS
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT