From: Todd C. Miller Date: Fri, 24 Sep 2004 00:23:51 +0000 (+0000) Subject: SunOS /bin/sh blows up with configure X-Git-Tag: SUDO_1_7_0~963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7db351d7ab7266ff92cf418097ff2bb85c17759e;p=sudo SunOS /bin/sh blows up with configure --- diff --git a/INSTALL b/INSTALL index f23a650b6..57d04474d 100644 --- a/INSTALL +++ b/INSTALL @@ -695,3 +695,9 @@ HP-UX: functionality. You must use either the HP ANSI C compiler or gcc for noexec to work. Binary packages of gcc are available from http://hpux.connect.org.uk/ and http://hpux.cs.utah.edu/. + +SunOS 4.x: + The /bin/sh shipped with SunOS blows up while running configure. + You can work around this by installalling bash or zsh. If you + have bash or zsh in your path, configure will use it instead + automatically.