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