summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/generic/configure.ac')
-rw-r--r--tools/cpu/generic/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
deleted file mode 100644
index f0b606ea41..0000000000
--- a/tools/cpu/generic/configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([size_rtems.in])
-RTEMS_TOP(../../..)
-RTEMS_SOURCE_TOP
-RTEMS_BUILD_TOP
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
-AM_MAINTAINER_MODE
-
-RTEMS_PATH_KSH
-
-RTEMS_TOOLPATHS
-AC_SUBST(program_prefix)
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-size_rtems])
-AC_OUTPUT