You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@galois.collab.net> on 2000/08/31 16:58:46 UTC

Re: CVS update: subversion autogen.sh

Greg Stein <gs...@lyra.org> writes:
> I presume by this that you're comfy with adding this requirement at this
> point? I wasn't quite sure when to bring this in.

Sure -- if it's a requirement, it's a requirement. :-)

-K

> On Thu, Aug 31, 2000 at 05:23:14PM -0000, kfogel@tigris.org wrote:
> >   User: kfogel  
> >   Date: 00/08/31 10:23:14
> > 
> >   Modified:    .        autogen.sh
> >   Log:
> >   Test for presence of neon/ subdir, exit with error message if none.
> >   
> >   Revision  Changes    Path
> >   1.11      +1 -2      subversion/autogen.sh
> >   
> >   Index: autogen.sh
> >   ===================================================================
> >   RCS file: /cvs/subversion/autogen.sh,v
> >   retrieving revision 1.10
> >   retrieving revision 1.11
> >   diff -u -r1.10 -r1.11
> >   --- autogen.sh	2000/08/30 03:17:06	1.10
> >   +++ autogen.sh	2000/08/31 17:23:14	1.11
> >   @@ -47,8 +47,7 @@
> >    fi
> >    
> >    # Handle the neon/ subdir
> >   -#if [ ! -d neon]; then
> >   -if test ""; then
> >   +if [ ! -d neon ]; then
> >      echo ""
> >      echo "You don't have a neon/ subdirectory here.  Please get the latest"
> >      echo "Neon distribution from:"
> >   
> >   
> >   
> 
> -- 
> Greg Stein, http://www.lyra.org/