From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17177 invoked from network); 24 Oct 2005 13:35:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Oct 2005 13:35:51 -0000 Received: (qmail 18597 invoked from network); 24 Oct 2005 13:35:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 13:35:45 -0000 Received: (qmail 10139 invoked by alias); 24 Oct 2005 13:35:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21926 Received: (qmail 10130 invoked from network); 24 Oct 2005 13:35:43 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Oct 2005 13:35:43 -0000 Received: (qmail 18351 invoked from network); 24 Oct 2005 13:35:43 -0000 Received: from cluster-c.mailcontrol.com (HELO rly27c.srv.mailcontrol.com) (168.143.177.190) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 13:35:41 -0000 Received: from exchangejp.csr.com ([62.189.241.202]) by rly27c.srv.mailcontrol.com (MailControl) with ESMTP id j9ODZ6wh024967 for ; Mon, 24 Oct 2005 14:35:37 +0100 Received: from exchange03.csr.com ([10.100.137.60]) by exchangejp.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 24 Oct 2005 22:37:04 +0900 Received: from news01 ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 24 Oct 2005 14:36:59 +0100 Date: Mon, 24 Oct 2005 14:34:39 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: zshall.1 Message-Id: <20051024143439.1f51f4a8.pws@csr.com> In-Reply-To: <20051024123347.GC355@DervishD> References: <20051024080141.GA18213@fermat.math.technion.ac.il> <5ed187370510240452l26ce144cyf23d0b3c7decf259@mail.gmail.com> <20051024130020.341f1235.pws@csr.com> <20051024123347.GC355@DervishD> Organization: Cambridge Silicon Radio X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Oct 2005 13:36:59.0530 (UTC) FILETIME=[02532EA0:01C5D8A0] X-Scanned-By: MailControl A-05-40-01 (www.mailcontrol.com) on 10.67.0.137 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 This explains how the name transformation is used in zsh. Index: INSTALL =================================================================== RCS file: /cvsroot/zsh/zsh/INSTALL,v retrieving revision 1.19 diff -u -r1.19 INSTALL --- INSTALL 3 Oct 2005 09:00:44 -0000 1.19 +++ INSTALL 24 Oct 2005 13:17:34 -0000 @@ -450,6 +450,19 @@ --srcdir=DIR # find the sources in DIR [configure dir or ..] --datadir=DATADIR # install shared files in DATADIR [PREFIX/share] +Program name transformation: + --program-prefix=PREFIX # prepend PREFIX to installed name + --program-suffix=SUFFIX # append SUFFIX to installed name + --program-transform-name=SEDSCR # run sed script SEDSCR on installed name + +Note that zsh interprets this standard feature of configure to mean that the +program will be run from the installed location. For example, with +the argument --program-suffix=-dev is given, the file zsh-dev will be +installed and all references to it will be adjusted accordingly. If +the program is to be created in some temporary directory for installation +elsewhere, set DESTDIR to the top-level directory of the temporary +hierarchy. + Features: --enable-FEATURE # enable use of this feature --disable-FEATURE # disable use of this feature -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com