From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5712 invoked by alias); 10 Nov 2014 19:53:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33667 Received: (qmail 25363 invoked from network); 10 Nov 2014 19:53:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fDOz2CQXY5sIwMf6bjbztk6gktu+yACK0dL9uZ+4eS0=; b=XRkzRjjF9MM7WXbkZmcpG6Dl1D1Vvu/pb0V56sGjpLOjOJx1YF8eEx8XrGV5wXBo0D J5h/ysGG7WBnej+743rA/yxclknLAk2jXjZTGmh2Z9WJCVhjHL6f7ec2xNbK8hvDzIJf 9HHuHSMOZouHMqbjhuiMVRJOTkKTcWmXvY8BErihPqrFyu1dZVzxANBLuVFLB3Lqf0YM bYp6sHJo4qxoOpjUFgngPwqWVNfdNEYmi2IOZ66razvfRJ1aHgIjoJZXJ6jovLM23olo 1pP0D23SqbIpVRqmkZm/k4YaOFjAActiribmUtX3DfE8PkAPuPXkcng4/hn5SnkW1I5L utWg== MIME-Version: 1.0 X-Received: by 10.152.21.167 with SMTP id w7mr31979601lae.70.1415649213325; Mon, 10 Nov 2014 11:53:33 -0800 (PST) Sender: ethersoft@gmail.com In-Reply-To: <5460EE92.6020307@eastlink.ca> References: <545A6D66.3080500@eastlink.ca> <1458.1415209763@thecus.kiddle.eu> <20141105180035.22f6e9b1@pwslap01u.europe.root.pri> <141105204330.ZM2973@torch.brasslantern.com> <20141106211017.11b8848a@pws-pc.ntlworld.com> <20141108204123.1fcc698e@pws-pc.ntlworld.com> <141109105139.ZM27532@torch.brasslantern.com> <546049D9.4030806@eastlink.ca> <5460EE92.6020307@eastlink.ca> Date: Mon, 10 Nov 2014 14:53:33 -0500 X-Google-Sender-Auth: XzRRyCC2GiXG4qmxCPE5QfHNH8Q Message-ID: Subject: Re: 'whence' question and others From: Vin Shelton To: Ray Andrews Cc: Bart Schaefer , Zsh hackers list Content-Type: text/plain; charset=UTF-8 Hi, Ray - On Mon, Nov 10, 2014 at 11:57 AM, Ray Andrews wrote: > Is there a decent doc for 'configure', what it does, how it > works? I see the msg. scroll by, and they are mostly about what > is and isn't available. One can easily understand that > there'd be a check for essential stuff, but it seems do do much > more than that. What makes a reconfigure necessary? Autoconf is a set of scripts designed to ensure application portability across multiple platforms. autoconf's homepage is: https://www.gnu.org/software/autoconf/ . The autoconf manual is here: https://www.gnu.org/software/autoconf/manual/index.html . HTH, Vin