[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-15 01:08:30 CEST

On 4/14/06, Steve Kunkee <steve.kunkee@gmail.com> wrote:
>
> 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

Seems like a simple enough problem, but if you could send in a patch
to the m4 files that are used to generate the configure script, as
opposed to telling us the lines in the generated file, it would be far
more likely to get fixed ;-)

-garrett

---------------------------------------------------------------------
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:09:40 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.