From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Navy Cheng Newsgroups: gmane.emacs.help Subject: Where is `configure' script in the emacs source tree? Date: Thu, 30 Jul 2015 13:39:16 +0800 Message-ID: <20150730053916.GA3486@debian> Reply-To: Navy Cheng NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1438234792 5584 80.91.229.3 (30 Jul 2015 05:39:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 05:39:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 07:39:41 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKgZA-0001SC-K6 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 07:39:40 +0200 Original-Received: from localhost ([::1]:38016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgZ9-0005AW-VC for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 01:39:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgYw-00056o-D1 for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:39:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKgYt-0007ah-7B for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:39:26 -0400 Original-Received: from m15-114.126.com ([220.181.15.114]:47101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgYr-0007ZP-VI for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:39:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version; bh=Ldaim CyEwJNMvEiCnc0enCjpDSJpm5Wl9duLvWexVQI=; b=X5ZLDd9DX36a/APYQgJGZ 7PQZEWgLWLfnDM9AnxRF7Ki697NItNqgDMutg0IqP4Z3ceboeiwOH3PEau2pyz9n cRXty+fw0P1lF15pZGysLuyByqMsn/1BJUrr5Zz+MZH8ms4BYq1OqEVP4R6djhth JM6hcnDPSlNgD727gIv+s0= Original-Received: from localhost (unknown [140.207.196.4]) by smtp7 (Coremail) with SMTP id DsmowACHU8p_uLlVIDpZAA--.2700S3; Thu, 30 Jul 2015 13:39:11 +0800 (CST) Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-CM-TRANSID: DsmowACHU8p_uLlVIDpZAA--.2700S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUy_WrDUUUU X-Originating-IP: [140.207.196.4] X-CM-SenderInfo: 5qdy5ubk6rjloofrz/1tbizxFHDVUwzHxT5wABs0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 220.181.15.114 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106143 Archived-At: Hi, I want to compile and install emacs from the source. So I clone `https://github.com/emacs-mirror/emacs.git' to my laptop. 1. git clone https://github.com/emacs-mirror/emacs.git 2. cd ./emacs 3. git checkout emacs-24.5 4. git branch -b mybr I think I get the emacs-24.5 source now. The I read README and INSTALL. In INSTALL: > 2a. `cd' to the directory where you unpacked Emacs and invoke the > `configure' script: > > ./configure But I can't find configure in the repository. Where is `configure'?