summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/path-ksh.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:30:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:30:51 +0000
commit54b23a9b5a31b47143af1f84c6bcf5a7f37064b5 (patch)
tree2043eb7b16261a06bc44da274cf13167d580de8e /testsuites/aclocal/path-ksh.m4
parentMisc. bugfixes. (diff)
downloadrtems-54b23a9b5a31b47143af1f84c6bcf5a7f37064b5.tar.bz2
Remove.
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/path-ksh.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuites/aclocal/path-ksh.m4 b/testsuites/aclocal/path-ksh.m4
deleted file mode 100644
index 306c4ca2e7..0000000000
--- a/testsuites/aclocal/path-ksh.m4
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-])