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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [path-ksh.m4] - Blame information for rev 778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
dnl $Id: path-ksh.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
2
 
3
AC_DEFUN(RTEMS_PATH_KSH,
4
[
5
dnl NOTE: prefer bash over ksh over sh
6
AC_PATH_PROGS(KSH,bash ksh sh)
7
if test -z "$KSH"; then
8
dnl NOTE: This cannot happen -- /bin/sh must always exist
9
AC_MSG_ERROR(
10
[***]
11
[    Cannot determine a usable shell bash/ksh/sh]
12
[    Please contact your system administrator] );
13
fi
14
])

powered by: WebSVN 2.1.0

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