[Mono-list] Installation of Apache Mono module 0.8

Jonathan Stowe jns@gellyfish.com
Fri, 30 Apr 2004 08:31:24 +0100


On Thu, 2004-04-29 at 17:24, Jamie Lory wrote:
> I am trying to install Apache Mono module 0.8 and I am getting this
> error when I type:   ./configure --prefix=/usr
> 
> configure: line 19: syntax error near unexpected token `elif'
> configure: line 19: `elif test -n "${BASH_VERSION+set}" && (set -o
> posix) >/dev/
> 

I would guess that it's your shell.  Trying running it as:

   /bin/sh ./configure --prefix=/usr

/J\