summaryrefslogtreecommitdiffstats
path: root/tools/build/configure.in
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/build/configure.in
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/build/configure.in')
-rw-r--r--tools/build/configure.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/build/configure.in b/tools/build/configure.in
deleted file mode 100644
index cbb68d672c..0000000000
--- a/tools/build/configure.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# $Id$
-#
-
-AC_PREREQ(2.13)
-AC_INIT(install-if-change.in)
-RTEMS_TOP(../..)
-AC_CONFIG_AUX_DIR(../..)
-
-AC_CANONICAL_HOST
-
-AM_INIT_AUTOMAKE(rtems-tools-build,$RTEMS_VERSION,no)
-AM_MAINTAINER_MODE
-AC_EXEEXT
-
-AC_PROG_CC
-AC_CHECK_FUNCS(strerror strtol)
-
-RTEMS_PATH_KSH
-
-AM_CONFIG_HEADER(config.h)
-
-# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
-install-if-change
-lock-directory
-unlock-directory
-)