URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [path-ksh.m4] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
dnl $Id: path-ksh.m4,v 1.2 2001-09-27 11:59:11 chris Exp $ AC_DEFUN(RTEMS_PATH_KSH, [ dnl NOTE: prefer bash over ksh over sh AC_PATH_PROGS(KSH,bash ksh sh) if test -z "$KSH"; then dnl NOTE: This cannot happen -- /bin/sh must always exist AC_MSG_ERROR( [***] [ Cannot determine a usable shell bash/ksh/sh] [ Please contact your system administrator] ); fi ])
Go to most recent revision | Compare with Previous | Blame | View Log