source: rtems/c/src/lib/libbsp/i386/pc386/tools/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: 338 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(Spec.doc)
6AC_CONFIG_AUX_DIR(../../../../../../..)
7
8RTEMS_TOP(../../../../../../..)
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-lib-libbsp-i386-pc386-tools,$RTEMS_VERSION,no)
12
13AC_PROG_CC
14
15AC_CHECK_FUNCS(strtol strtoul)
16
17AC_OUTPUT(
18Makefile)
Note: See TracBrowser for help on using the repository browser.