summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 16:05:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 16:05:32 +0000
commitcfb99fb7b33e3a0bf5690777e3dd501c239b2890 (patch)
tree269a2ee78241b63e513e9c45d33c58fa189fb0c6 /c/src/libchip
parent2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cfb99fb7b33e3a0bf5690777e3dd501c239b2890.tar.bz2
2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/configure.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/c/src/libchip/configure.in b/c/src/libchip/configure.in
deleted file mode 100644
index 9885103f6d..0000000000
--- a/c/src/libchip/configure.in
+++ /dev/null
@@ -1,44 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-AC_PREREQ(2.13)
-AC_INIT(rtc)
-RTEMS_TOP(../../..)
-AC_CONFIG_AUX_DIR(../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-src-libchip,$RTEMS_VERSION,no)
-AM_MAINTAINER_MODE
-
-RTEMS_ENABLE_NETWORKING
-RTEMS_ENABLE_BARE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_CHECK_CPU
-RTEMS_CANONICAL_HOST
-
-RTEMS_PROJECT_ROOT
-
-RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
-RTEMS_CANONICALIZE_TOOLS
-
-RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-RTEMS_CHECK_NETWORKING(RTEMS_BSP)
-
-# pick up all the Makefiles in required parts of the tree
-if test "$RTEMS_CPU" = "unix"; then
-## HACK: Suppress libchip for unix
-AC_MSG_ERROR(Can't build libchip for $RTEMS_CPU)
-fi
-
-AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes")
-
-# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
-network/Makefile
-rtc/Makefile
-serial/Makefile
-)