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

Re: Patch: upgrade to neon 0.17.0

From: <kfogel_at_collab.net>
Date: 2001-10-03 01:14:05 CEST

Greg Stein <gstein@lyra.org> writes:
> Fine with me. It removes the autogen hacks in one of Mo's previous patches.

I've applied Mo's patch. It doesn't seem to remove any autogen hacks,
though -- it does make changes to autogen.sh, but they're minor and
don't remove any material. Greg, did you just mean that now we *can*
remove a particular hack, and if so, which one? (I'll do it if you
point me there).

Here's the full change made to autogen.sh:

   Index: ./autogen.sh
   ===================================================================
   --- ./SVN/text-base/autogen.sh Thu Sep 27 13:10:13 2001
   +++ ./autogen.sh Tue Oct 2 12:39:33 2001
   @@ -28,7 +29,7 @@
    fi
    
    # Make sure the Neon directory is present
   -NEON_WANTED=0.15.3
   +NEON_WANTED=0.17.0
    NEON_URL="http://www.webdav.org/neon/neon-${NEON_WANTED}.tar.gz"
    
    if [ ! -d neon ]; then
   @@ -158,6 +160,9 @@
      echo "Creating config files for APR..."
      (cd apr; ./buildconf) # this is apr's equivalent of autogen.sh
    fi
   +
   +echo "Creating config files for Neon..."
   +(cd neon ; ./autogen.sh)
    
    # If we have a config.cache file, toss it if the configure script has
    # changed, or if we just built it for the first time.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:43 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.