summaryrefslogtreecommitdiffstats
path: root/c/src/optman/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-10 08:08:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-10 08:08:28 +0000
commit222f7bdad5c38e2ee6c863f713036c7ebc02cae6 (patch)
treef9c4905a6a73aecf0e49b931c096bab41d3adff0 /c/src/optman/configure.ac
parent2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-222f7bdad5c38e2ee6c863f713036c7ebc02cae6.tar.bz2
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac
Diffstat (limited to '')
-rw-r--r--c/src/optman/configure.ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/optman/configure.ac b/c/src/optman/configure.ac
deleted file mode 100644
index 9330dff490..0000000000
--- a/c/src/optman/configure.ac
+++ /dev/null
@@ -1,27 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-optman],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([rtems])
-RTEMS_TOP(../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_CHECK_CPU
-RTEMS_CANONICAL_HOST
-
-RTEMS_PROJECT_ROOT
-
-RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
-RTEMS_CANONICALIZE_TOOLS
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT