From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathan Trapuzzano Newsgroups: gmane.emacs.devel Subject: How to build emacs without manual? Date: Sat, 29 Mar 2014 11:34:50 -0400 Message-ID: <87bnwpqaqt.fsf@nbtrap.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396107386 4633 80.91.229.3 (29 Mar 2014 15:36:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2014 15:36:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 16:36:19 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WTvIx-0008DE-OX for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 16:36:19 +0100 Original-Received: from localhost ([::1]:39912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTvIw-0000ZP-LK for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 11:36:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTvIm-0000Z8-PX for emacs-devel@gnu.org; Sat, 29 Mar 2014 11:36:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTvIf-00053N-Gy for emacs-devel@gnu.org; Sat, 29 Mar 2014 11:36:08 -0400 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:49016) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1WTvIf-00050d-8m for emacs-devel@gnu.org; Sat, 29 Mar 2014 11:36:01 -0400 Original-Received: (qmail 19415 invoked by uid 0); 29 Mar 2014 15:34:58 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy5.mail.unifiedlayer.com with SMTP; 29 Mar 2014 15:34:58 -0000 Original-Received: from host393.hostmonster.com ([66.147.240.193]) by cmgw4 with id jaas1n00G4B3kjm01aavG4; Sat, 29 Mar 2014 16:34:56 -0600 X-Authority-Analysis: v=2.1 cv=L+eOHYj8 c=1 sm=1 tr=0 a=GZ6qK+eS4AuCRVUKGEKC+Q==:117 a=GZ6qK+eS4AuCRVUKGEKC+Q==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=4GsTxW34auoA:10 a=iXXHQtVZki0A:10 a=lfvU_ReahkwA:10 a=ngU5ixn2AAAA:8 a=fWyWhr6xdMwA:10 a=GJZSB-Z37Ll7JdDzVZMA:9 a=bcHp19CtKu0A:10 a=9ZIhJB0Z5vsA:10 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=XNHNWQ5dYittzYjvZdOqHEC3RF1Nes4TPfPZ+ykC7hI=; b=DC+CjUiAWZLH9f/RVccqo8R8D+L5PSCWgdVva9y2lIxdft5uJdHIMvG8iHoZu38atEPdEVrMfKWbmD/tXppGS2LczXEanIXb1cWeLNnr9n/EL1JiBg7uC5Ax70yf9t5A; Original-Received: from [50.90.253.209] (port=43513 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (TLSv1.2:CAMELLIA128-SHA:128) (Exim 4.82) (envelope-from ) id 1WTvHZ-0004B8-K7 for emacs-devel@gnu.org; Sat, 29 Mar 2014 09:34:53 -0600 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171147 Archived-At: I'm trying to build older versions of Emacs (e.g. 23.4) to test some libraries against, but the build keeps failing at the makeinfo stage (despite make's -k flag), apparently because of some texinfo error that older versions didn't flag as such. Is there a way to configure for a manual-less build without hacking the Makefiles? The --without-makeinfo flag doesn't do what I thought.