[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

configure bug in subversion-1.1.1 ?

From: Jesper Olsen <jesper.olsen_at_gmail.com>
Date: 2004-10-29 16:37:13 CEST

Hi,

I just downloaded subversion-1.1.1.zip file (source code) from the
subversion site,
I get a syntax error (line 19) when running the configure script.

I assume this must be a bug?
Has someone else downloaded this release - it's from october 22.

Cheers
Jesper
 

subversion-1.1.1]$ ./configure
: No such file or directory
Configuring Subversion
creating config.nice
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether ln -s works... yes
configure: Apache Portable Runtime (APR) library configuration
checking for APR... sed -n
'/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p'
"./apr/include/apr_version.h"
reconfig
configuring package in apr now
: command not foundersion-1.1.1/apr/configure: line 11:
/home/webadmin/subversion-1.1.1/apr/configure: line 19: syntax error
near unexpected token `elif'
/home/webadmin/subversion-1.1.1/apr/configure: line 19: `elif test -n
"${BASH_VE'SION+set}" && (set -o posix) >/dev/null 2>&1; then
configure failed for apr

configure file:

11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
18 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null
2>&1; th en
23 set -o posix
24 fi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 29 16:37:59 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.