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

fix needed in configure script

From: Steve Kunkee <steve.kunkee_at_gmail.com>
Date: 2006-04-15 00:01:36 CEST

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
Received on Sat Apr 15 00:03:13 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.