summaryrefslogtreecommitdiffstats
path: root/tools/update/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:30:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:30:09 +0000
commit24af9a0677c4707fd4641223ec49101436c219d3 (patch)
treeedec93dc418f0549c83b24b5e6de0d370564ad12 /tools/update/configure.ac
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-24af9a0677c4707fd4641223ec49101436c219d3.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'tools/update/configure.ac')
-rw-r--r--tools/update/configure.ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/update/configure.ac b/tools/update/configure.ac
deleted file mode 100644
index 17812eb85b..0000000000
--- a/tools/update/configure.ac
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $Id$
-#
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([rtems-polish.sh])
-RTEMS_TOP(../..)
-
-AC_CANONICAL_HOST
-
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-RTEMS_PATH_KSH
-RTEMS_PATH_PERL
-
-AM_CONDITIONAL(PERL,test -n "$PERL")
-
-RTEMS_TOOLPATHS
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
-AC_OUTPUT