From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap failure in 21.3.5 Date: Sun, 1 Sep 2002 15:05:53 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020901072650.E6241936ED@server2.fastmail.fm> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1030885791 6346 127.0.0.1 (1 Sep 2002 13:09:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Sep 2002 13:09:51 +0000 (UTC) Cc: Emacs Devel , Emacs Bug Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lUUA-0001eF-00 for ; Sun, 01 Sep 2002 15:09:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17lV1u-0006Xh-00 for ; Sun, 01 Sep 2002 15:44:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lUVd-0002Wn-00; Sun, 01 Sep 2002 09:11:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lUTC-0002FM-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 09:08:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lUT3-0002Ca-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 09:08:48 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lUSv-0002A6-00; Sun, 01 Sep 2002 09:08:33 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id PAA28974; Sun, 1 Sep 2002 15:05:54 +0200 (IST) X-Sender: eliz@is Original-To: Dhruva Krishnamurthy In-Reply-To: <20020901072650.E6241936ED@server2.fastmail.fm> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7249 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7249 On Sun, 1 Sep 2002, Dhruva Krishnamurthy wrote: > PS: There is still the problem of "Info" files not getting built. I had > to run configure in "lispref" and "lispintro" and do a "gmake" to build > them. In the "man" folder, there is no configure script. I had to copy > the Makefile.In and manually modify the @srcdir@ and one more field and > do a gmake to build the info files. No need to copy Makefile.in: you could instead say gmake -f Makefile.in srcdir=. (That's just a work-around, of course; the bug whereby man/Makefile is not produced should be fixed.)