source: rtems/c/src/exec/score/tools/sh/configure.in @ 244ecd9

4.104.114.84.95
Last change on this file since 244ecd9 was 244ecd9, checked in by Joel Sherrill <joel.sherrill@…>, on 03/24/99 at 23:14:36

These files were not added as part of a recent patch from
Ralf Corsepius <corsepiu@…>.

  • Property mode set to 100644
File size: 245 bytes
Line 
1AC_INIT(shgen.c)
2AC_CONFIG_AUX_DIR(../../../../../..)
3
4RTEMS_TOP(../../../../../..)
5RTEMS_CANONICAL_TARGET_CPU
6
7AM_INIT_AUTOMAKE(rtems-exec-score-tools-sh,$RTEMS_VERSION,no)
8
9AC_PROG_CC
10AC_CHECK_LIB(m,fabs)
11
12RTEMS_TOOLPATHS
13
14AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.