source: rtems/c/src/exec/score/tools/unix/configure.in @ 77c81fd2

4.104.114.84.95
Last change on this file since 77c81fd2 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: 228 bytes
Line 
1AC_INIT(gensize.c)
2AC_CONFIG_AUX_DIR(../../../../../..)
3
4RTEMS_TOP(../../../../../..)
5RTEMS_CANONICAL_TARGET_CPU
6
7AM_INIT_AUTOMAKE(rtems-exec-score-tools-unix,$RTEMS_VERSION,no)
8
9AC_PROG_CC
10
11RTEMS_TOOLPATHS
12
13AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.