From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: using autoconf for lib-src/Makefile.in Date: Sat, 02 Aug 2008 01:11:27 -0400 Message-ID: <87ljzghugw.fsf@stupidchicken.com> References: <200808020443.m724h4vT017588@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217653914 7952 80.91.229.12 (2 Aug 2008 05:11:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2008 05:11:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 02 07:12:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KP9Q2-0001GV-KQ for ged-emacs-devel@m.gmane.org; Sat, 02 Aug 2008 07:12:42 +0200 Original-Received: from localhost ([127.0.0.1]:55951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KP9P7-000854-Ru for ged-emacs-devel@m.gmane.org; Sat, 02 Aug 2008 01:11:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KP9P0-00083B-9Y for emacs-devel@gnu.org; Sat, 02 Aug 2008 01:11:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KP9Ow-0007yL-4a for emacs-devel@gnu.org; Sat, 02 Aug 2008 01:11:37 -0400 Original-Received: from [199.232.76.173] (port=34859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KP9Ov-0007y2-Od for emacs-devel@gnu.org; Sat, 02 Aug 2008 01:11:33 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:10549 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KP9Ov-0006FC-Mk for emacs-devel@gnu.org; Sat, 02 Aug 2008 01:11:33 -0400 Original-Received: by furry (Postfix, from userid 1000) id E656DC056; Sat, 2 Aug 2008 01:11:27 -0400 (EDT) In-Reply-To: <200808020443.m724h4vT017588@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Fri, 01 Aug 2008 21:43:04 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.70 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101939 Archived-At: Dan Nicolaescu writes: > The use of the C preprocessor on the Makefiles is not ideal. > > It seems that the number of #ifdefs in lib-src/Makefile.in is not too > high, and there's enough infrastructure in configure.in in place to make > it feasible to replace the use of the preprocessor. > > This patch gets rid of the C_SWITCH_SYSTEM #ifdef. It seems to work > fine on x86 Fedora. > > Is this TRTD? Note that such changes shouldn't be checked in right now. During the testing phase, checkins should fix actual bugs.