summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:53:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:53:48 +0000
commitc672d972e8e4ad29d350c1ef8a1d2c3b1a39c7d9 (patch)
treef57ad5236f8d450656831806051479810719ecb1 /c/src/wrapup/configure.ac
parent2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c672d972e8e4ad29d350c1ef8a1d2c3b1a39c7d9.tar.bz2
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to POSIX, ITRON, MULTILIB. * Makefile.ac: Remove librtems, libposix, libitron. Build librtemsbsp instead of librtemsall.
Diffstat (limited to '')
-rw-r--r--c/src/wrapup/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac
index 4a4fe568b8..453bb81e8a 100644
--- a/c/src/wrapup/configure.ac
+++ b/c/src/wrapup/configure.ac
@@ -36,11 +36,8 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
-AM_CONDITIONAL([MULTILIB],[test x"$enable_multilib" = x"yes"])
-AM_CONDITIONAL([HAS_POSIX],[test x"$enable_posix" = x"yes"])
-AM_CONDITIONAL([HAS_ITRON],[test x"$enable_itron" = x"yes"])
+AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT