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

Re: fix needed in configure script

From: Timo Wendt <twendt_at_online.de>
Date: 2006-04-15 01:02:34 CEST

Did you get it compiled in the end?

Am 15.04.2006 um 00:01 schrieb Steve Kunkee:

> I downloaded subversion 2.2.0 and built it on HP-UX 11.11. I didn't
> have the correct version of neon, and the build failed in an
> untracable fashion. The problem is that some lines in the configure
> script use test -z but don't quote the shell variable being tested.
> This problem exists in more places than the neon checks. These are
> the lines:
>
> 7442: if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
> 7714: whole_archive_flag_spec='-z allextract$convenience -z
> defaultextract' ;;
> 10429: if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
> 14511: if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
> 14783: whole_archive_flag_spec_F77='-z allextract$convenience -z
> defaultextract' ;;
> 16989: if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
> 17261: whole_archive_flag_spec_GCJ='-z allextract$convenience -z
> defaultextract' ;;
> 19943: if test -z $svn_allowed_neon_on_system; then
> 20175: if test -z $svn_allowed_neon_in_srcdir; then
> 20266: if test -z $svn_allowed_neon_on_system; then
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 15 01:04:34 2006

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.