dnl Process this file with autoconf to produce a configure script. dnl dnl $Id$ AC_INIT(sload.c) AC_CONFIG_AUX_DIR(../../../../../../..) RTEMS_TOP(../../../../../../..) RTEMS_CANONICAL_TARGET_CPU AM_INIT_AUTOMAKE(rtems-lib-libbsp-m68k-mvme162-tools,$RTEMS_VERSION,no) AC_PROG_CC AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h) AC_FUNC_MMAP AC_OUTPUT( Makefile)