From b64b1ed387bb9fa18e33bc9d7c24aa7fcce38da6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Mar 1999 22:36:28 +0000 Subject: Patch from Ralf Corsepius : Moves some configure.in fragments to new macro files below aclocal/ (Motivation: Prepare splitting the toplevel configure.in script) --- aclocal/path-ksh.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 aclocal/path-ksh.m4 (limited to 'aclocal/path-ksh.m4') diff --git a/aclocal/path-ksh.m4 b/aclocal/path-ksh.m4 new file mode 100644 index 0000000000..881dd0c9ec --- /dev/null +++ b/aclocal/path-ksh.m4 @@ -0,0 +1,14 @@ +dnl $Id$ + +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 +]) -- cgit v1.2.3