URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [path-ksh.m4] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
dnl path-ksh.m4,v 1.3 2000/11/02 15:44:04 joel 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