4.104.114.84.95
Last change
on this file since b64b1ed was
b64b1ed,
checked in by Joel Sherrill <joel.sherrill@…>, on 03/18/99 at 22:36:28
|
Patch from Ralf Corsepius <corsepiu@…>:
Moves some configure.in fragments to new macro files below aclocal/
(Motivation: Prepare splitting the toplevel configure.in script)
|
-
Property mode set to
100644
|
File size:
315 bytes
|
Line | |
---|
1 | dnl $Id$ |
---|
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 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.