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

Re: svn commit: r21502 - trunk

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-09-16 08:05:00 CEST

[djames@tigris.org]
> +# Don't run autogen.sh when we are building the Windows zip file.
> +# Windows users don't need the files generated by this command,
> +# especially not the generated projects or SWIG files.
> +if [ -n "$ZIP" ] ; then
> + echo "Running ./autogen.sh in sandbox, to create ./configure ..."
> + (cd "$DISTPATH" && ./autogen.sh --release) || exit 1
> fi

Errrr ... did you mean [ -z "$ZIP" ] ?

Received on Sat Sep 16 08:05:13 2006

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

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