Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zshall.1
- X-seq: zsh-workers 21926
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zshall.1
- Date: Mon, 24 Oct 2005 14:34:39 +0100
- In-reply-to: <20051024123347.GC355@DervishD>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <20051024080141.GA18213@xxxxxxxxxxxxxxxxxxxxxxxxxx> <EXCHANGE03dgpyIb84V00007ae6@xxxxxxxxxxxxxxxxxx> <5ed187370510240452l26ce144cyf23d0b3c7decf259@xxxxxxxxxxxxxx> <20051024130020.341f1235.pws@xxxxxxx> <20051024123347.GC355@DervishD>
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 <pws@xxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author