summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/unix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/unix/configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/exec/score/tools/unix/configure.in b/c/src/exec/score/tools/unix/configure.in
new file mode 100644
index 0000000000..19b8b548f0
--- /dev/null
+++ b/c/src/exec/score/tools/unix/configure.in
@@ -0,0 +1,13 @@
+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)