From 244ecd9fb87dec2aeed6fb97d37dd8a43f9be4cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Mar 1999 23:14:36 +0000 Subject: These files were not added as part of a recent patch from Ralf Corsepius . --- c/src/exec/score/tools/unix/configure.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c/src/exec/score/tools/unix/configure.in (limited to 'c/src/exec/score/tools/unix/configure.in') 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) -- cgit v1.2.3