Files
rtems/c/src/lib/libbsp/unix/posix/tools/configure.ac
Ralf Corsepius c6cf3baea3 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_ENV_RTEMSBSP.
2004-01-30 10:05:04 +00:00

32 lines
582 B
Plaintext

## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ(2.59)
AC_INIT([rtems-c-src-lib-libbsp-unix-posix-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_PATH_KSH
AC_PATH_PROG(PERL,perl)
AM_CONDITIONAL(PERL,test -n "$PERL")
RTEMS_PROJECT_ROOT
RTEMS_TOOLPATHS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
runtest
shmdump
looptest
semdump])
AC_OUTPUT