summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh
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 /tools/cpu/sh
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 'tools/cpu/sh')
-rw-r--r--tools/cpu/sh/configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/cpu/sh/configure.in b/tools/cpu/sh/configure.in
deleted file mode 100644
index 368e95b79b..0000000000
--- a/tools/cpu/sh/configure.in
+++ /dev/null
@@ -1,24 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-AC_INIT(shgen.c)
-RTEMS_TOP(../../..)
-AC_CONFIG_AUX_DIR(../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE(rtems-tools-cpu-sh,0.4)
-AM_MAINTAINER_MODE
-AC_EXEEXT
-
-AC_PROG_CC
-AC_CHECK_LIB(m,fabs)
-AC_CHECK_FUNCS(getopt_long)
-AC_CHECK_PROGS(HELP2MAN,help2man)
-AM_CONDITIONAL(HELP2MAN,test -n "$HELP2MAN" )
-
-RTEMS_TOOLPATHS
-
-# Explicitly list all Makefiles here
-AC_OUTPUT(Makefile)