Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 98104 invoked by uid 500); 20 Aug 2002 03:00:49 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 98089 invoked from network); 20 Aug 2002 03:00:49 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Mon, 19 Aug 2002 20:05:30 -0700 From: Greg Stein To: "Roy T. Fielding" Cc: dev@apr.apache.org Subject: Re: cvs commit: apr/build get-version.sh Message-ID: <20020819200530.A24264@lyra.org> Mail-Followup-To: "Roy T. Fielding" , dev@apr.apache.org References: <20020815053430.41070.qmail@icarus.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from fielding@apache.org on Thu, Aug 15, 2002 at 10:27:39PM -0700 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, Aug 15, 2002 at 10:27:39PM -0700, Roy T. Fielding wrote: > On Wednesday, August 14, 2002, at 10:34 PM, gstein@apache.org wrote: > > if test "$1" = "all"; then > > echo ${major}.${minor}.${patch} > > elif test "$1" = "major"; then > > echo ${major} > > +elif test "$1" = "libtool"; then > > + echo ${minor}:${patch}:${minor} > > I don't think that's what you meant to do. Paste-o on major? Actually, it was intended. The major version goes into the library *name* rather than the soname stuff. The above pattern ensures that the resulting library will be named: libapr-{major}.so.0.{minor}.{patch} I'll add a comment explaining the situation, so people won't "correct" the code :-) Cheers, -g -- Greg Stein, http://www.lyra.org/