[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: David James <djames_at_collab.net>
Date: 2006-09-16 17:00:21 CEST

On 9/15/06, Peter Samuelson <peter@p12n.org> wrote:
> [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" ] ?

Yes. My, thanks for catching that! Fixed in r21514.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 16 17:00:38 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.