summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/unix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/tools/unix/configure.in')
-rw-r--r--c/src/exec/score/tools/unix/configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/exec/score/tools/unix/configure.in b/c/src/exec/score/tools/unix/configure.in
deleted file mode 100644
index 302364be14..0000000000
--- a/c/src/exec/score/tools/unix/configure.in
+++ /dev/null
@@ -1,17 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-AC_INIT(gensize.c)
-AC_CONFIG_AUX_DIR(../../../../../..)
-
-RTEMS_TOP(../../../../../..)
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE(rtems-exec-score-tools-unix,$RTEMS_VERSION,no)
-
-AC_PROG_CC
-
-RTEMS_TOOLPATHS
-
-AC_OUTPUT(Makefile)