summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests
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/tests/itrontests
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/tests/itrontests')
-rw-r--r--c/src/tests/itrontests/configure.in50
1 files changed, 0 insertions, 50 deletions
diff --git a/c/src/tests/itrontests/configure.in b/c/src/tests/itrontests/configure.in
deleted file mode 100644
index b6bf3f6489..0000000000
--- a/c/src/tests/itrontests/configure.in
+++ /dev/null
@@ -1,50 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-AC_PREREQ(2.13)
-AC_INIT(itronhello)
-RTEMS_TOP(../../../..)
-AC_CONFIG_AUX_DIR(../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE(rtems-c-src-tests-itrontests,$RTEMS_VERSION,no)
-AM_MAINTAINER_MODE
-
-RTEMS_ENABLE_GCC28
-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)
-
-AC_SUBST(RTEMS_USE_GCC272)
-AC_SUBST(BARE_CPU_CFLAGS)
-AC_SUBST(BARE_CPU_MODEL)
-AC_SUBST(CC_CFLAGS_DEFAULT)
-AC_SUBST(CC_CFLAGS_DEBUG_V)
-AC_SUBST(CC_CFLAGS_PROFILE_V)
-AC_SUBST(CC_LDFLAGS_PROFILE_V)
-
-# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
-itronhello/Makefile
-itronmbf01/Makefile
-itronmbox01/Makefile
-itronsem01/Makefile
-itrontask01/Makefile
-itrontask02/Makefile
-itrontask03/Makefile
-itrontask04/Makefile
-itrontime01/Makefile
-)