source: rtems/c/src/exec/score/tools/generic/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: 275 bytes
Line 
1AC_INIT(size_rtems.in)
2AC_CONFIG_AUX_DIR(../../../../../..)
3
4RTEMS_TOP(../../../../../..)
5RTEMS_CANONICAL_TARGET_CPU
6
7AM_INIT_AUTOMAKE(rtems-exec-score-tools-generic,$RTEMS_VERSION,no)
8
9RTEMS_PATH_KSH
10
11RTEMS_TOOLPATHS
12AC_SUBST(program_prefix)
13
14AC_OUTPUT(Makefile
15size_rtems)
Note: See TracBrowser for help on using the repository browser.