OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [path-ksh.m4] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
dnl $Id: path-ksh.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
dnl $Id: path-ksh.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
 
 
AC_DEFUN(RTEMS_PATH_KSH,
AC_DEFUN(RTEMS_PATH_KSH,
[
[
dnl NOTE: prefer bash over ksh over sh
dnl NOTE: prefer bash over ksh over sh
AC_PATH_PROGS(KSH,bash ksh sh)
AC_PATH_PROGS(KSH,bash ksh sh)
if test -z "$KSH"; then
if test -z "$KSH"; then
dnl NOTE: This cannot happen -- /bin/sh must always exist
dnl NOTE: This cannot happen -- /bin/sh must always exist
AC_MSG_ERROR(
AC_MSG_ERROR(
[***]
[***]
[    Cannot determine a usable shell bash/ksh/sh]
[    Cannot determine a usable shell bash/ksh/sh]
[    Please contact your system administrator] );
[    Please contact your system administrator] );
fi
fi
])
])
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.