From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.bugs Subject: bug#62480: Missing "configure" Date: Mon, 27 Mar 2023 13:22:22 +0000 Message-ID: <728618716bd42b8f35ac@heytings.org> References: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12988"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 62480-done@debbugs.gnu.org To: c.buhtz@posteo.jp Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Mar 27 15:23:15 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pgmoa-0002zh-0z for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 27 Mar 2023 15:23:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pgmoS-0001t4-7I; Mon, 27 Mar 2023 09:23:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgmoQ-0001so-Oy for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 09:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pgmoQ-0000iW-Fi for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 09:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pgmoQ-0005a2-29 for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 09:23:02 -0400 Resent-From: Gregory Heytings Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Mar 2023 13:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62480 X-GNU-PR-Package: emacs Mail-Followup-To: 62480@debbugs.gnu.org, gregory@heytings.org Original-Received: via spool by 62480-done@debbugs.gnu.org id=D62480.167992334921399 (code D ref 62480); Mon, 27 Mar 2023 13:23:01 +0000 Original-Received: (at 62480-done) by debbugs.gnu.org; 27 Mar 2023 13:22:29 +0000 Original-Received: from localhost ([127.0.0.1]:46798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmnr-0005Z3-I4 for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:22:29 -0400 Original-Received: from heytings.org ([95.142.160.155]:56216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmno-0005Ys-Do for 62480-done@debbugs.gnu.org; Mon, 27 Mar 2023 09:22:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1679923343; bh=+3CNxHnkwd1D3pianCBrEPvtZEwgTHetGv8155nnA+8=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=g1VaNPdB2ohdQyyavZRqqnlgQ4/uZaOofuEcPhBck7tLxHnDzXFxXo9UqXQTeJJf+ z7QIdFbU+/VY5NXADodv206YT6hGbjELCCDw/2jZMNJoz3q/b4xp6RXAgzAMXXhfJV 3how+Y+EzqFJqCEyW/p3gFHQm96C/1RYmkwXApbjBwtvPpUJuKzJUbXwzJN4tt016G IyL57o1EBaVyZneUaDgVxEYIpqTlIMjjVDQvQsorZ7siLGcypT7SAU5TwKWWiIEQll mu0IRjJzkjk+oDMefPkiR3fOmnfKderxM61WZfI+2zZnW9dLUGwyEn9haYxYmx4mc3 BhSu9TmM0qFKg== In-Reply-To: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:258724 Archived-At: > > it seems that there is no "configure" script in the git repo but it is > pointed to from the INSTALL file. > > The INSTALL file does point to "./configure" script in bullet "2a". But > there isn't such a script. > > I cloned from git > > git clone https://git.savannah.gnu.org/git/emacs.git > > No "configure" in the master. I also tried "git checkout emacs-29". No > "configure" there also. > Thanks for your bug report. The instructions to build Emacs from a clone of the repository are in INSTALL.REPO, not in INSTALL. This is explained in the second paragraph of the INSTALL file: For information about building from a Git checkout (rather than an Emacs release), read the INSTALL.REPO file first. The main difference is that you should do "./autogen.sh" before "./configure". Closing.