summaryrefslogtreecommitdiffstats
path: root/tools/update/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:26:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:26:38 +0000
commit58dccb1d180e63d45480bc9d920d9d0752a390e2 (patch)
treef57ddfc9c0a7e39ae3a611d52363b27df2457f0d /tools/update/configure.ac
parent2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-58dccb1d180e63d45480bc9d920d9d0752a390e2.tar.bz2
*** empty log message ***
Diffstat (limited to '')
-rw-r--r--tools/update/configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/update/configure.ac b/tools/update/configure.ac
deleted file mode 100644
index 668f7fec97..0000000000
--- a/tools/update/configure.ac
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# $Id$
-#
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([configure.ac])
-RTEMS_TOP(../..)
-
-AC_CANONICAL_HOST
-
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT