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