source: rtems/c/src/lib/libbsp/m68k/mvme162/tools/configure.in @ 0bf2ff8

4.104.114.84.95
Last change on this file since 0bf2ff8 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: 363 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(sload.c)
6AC_CONFIG_AUX_DIR(../../../../../../..)
7
8RTEMS_TOP(../../../../../../..)
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-lib-libbsp-m68k-mvme162-tools,$RTEMS_VERSION,no)
12
13AC_PROG_CC
14
15AC_HEADER_STDC
16AC_CHECK_HEADERS(unistd.h)
17AC_FUNC_MMAP
18
19AC_OUTPUT(
20Makefile)
Note: See TracBrowser for help on using the repository browser.