From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: build-specific lisp files (generated by configure) Date: Sat, 29 Mar 2014 18:32:16 -0400 Message-ID: References: <87txagpv2i.fsf@igel.home> <4mlhvshfhl.fsf@fencepost.gnu.org> <87d2h4psnd.fsf@igel.home> <874n2gps3m.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1396132348 28691 80.91.229.3 (29 Mar 2014 22:32:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2014 22:32:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 23:32:23 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 1WU1nb-0007af-8F for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 23:32:23 +0100 Original-Received: from localhost ([::1]:41615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1na-0006P9-Iu for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 18:32:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1nX-0006P1-3q for emacs-devel@gnu.org; Sat, 29 Mar 2014 18:32:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WU1nW-00062k-3q for emacs-devel@gnu.org; Sat, 29 Mar 2014 18:32:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1nV-00062f-W2 for emacs-devel@gnu.org; Sat, 29 Mar 2014 18:32:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WU1nU-00060Q-Rt; Sat, 29 Mar 2014 18:32:16 -0400 X-Spook: Europol Taiwan Merlin HAMASMOIS Baranyi Tony Blair X-Ran: #p(qP@(WbB-o%=O:a,!8uSsoFW~v4@>5eh?8Y4v%7p$:{z5;Qa%'e,?zkkT(`l3q,UMmuo X-Hue: cyan X-Attribution: GM In-Reply-To: <874n2gps3m.fsf@igel.home> (Andreas Schwab's message of "Sat, 29 Mar 2014 23:17:33 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:171177 Archived-At: Andreas Schwab wrote: > Glenn Morris writes: > >> See my first message. > > Please expand. I thought you liked brief communcations. :) Because eg both Red Hat and Debian provide Emacs packages in with-x and without-x flavours, with a shared emacsen-common package that contains the lisp/ files. Those X and no-X binaries are supposed to be co-installable (pointless though that may be). Both would have the same arch triplet (eg x86_64-linux-gnu), but they would have different values of system-configuration-options, so would need separate config.el files.