From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: nt/msysconfig.sh Date: Tue, 5 Nov 2013 22:34:59 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1383687303 31179 80.91.229.3 (5 Nov 2013 21:35:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2013 21:35:03 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 05 22:35:09 2013 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 1VdoHE-0002KX-6V for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 22:35:08 +0100 Original-Received: from localhost ([::1]:58648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdoHD-0008PX-O1 for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 16:35:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdoH9-0008NX-Ii for emacs-devel@gnu.org; Tue, 05 Nov 2013 16:35:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdoH8-0002mJ-IE for emacs-devel@gnu.org; Tue, 05 Nov 2013 16:35:03 -0500 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:38740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdoH6-0002iA-Vt; Tue, 05 Nov 2013 16:35:01 -0500 Original-Received: by mail-la0-f43.google.com with SMTP id ec20so1697572lab.2 for ; Tue, 05 Nov 2013 13:34:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=8FpbmCrGQsaZ2E2BEuLEZOcKQlq4fekeNGENL5rlkP4=; b=EGOn2BsLs3j3pZT+HTEq4+AeiaATQscbjLNqGgD4IFqHaH2ZLSTDIHVl+CimyOnQ88 4sFtlPe6+o/pFLY1JHvy+gkwSxrE4I5ppBnp1w3T90eSiIT0lFlhVH4ovPh4HHYCr1Rj d28f3CrHc91CyCp0mIxLvl7tFDrCUQC201PhSeoD4ssm/GPToP8CAe5avoqCpEonhz2H Fmc4nYy/BsbwrtW0T5eB+216wHZRiMYZLjmcAP3lgRwRCGdeJXa814PovTjL77CjAgjK zjzn+q60Ye1Bb4LAu68mEM3m9PHz0A3bK2ApXwkcZ60p26j4VFMX2gALFESntRTdOLZf MngA== X-Received: by 10.112.138.164 with SMTP id qr4mr184535lbb.49.1383687299567; Tue, 05 Nov 2013 13:34:59 -0800 (PST) Original-Received: by 10.114.176.231 with HTTP; Tue, 5 Nov 2013 13:34:59 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:164988 Archived-At: Hi Eli, I've noticed that the configure script for MS-Windows, i.e., the file `nt/msysconfig.sh' is just a call to the main configure script, but setting a special value to the `CONFIG_SITE' environment variable. So, I wonder if that setting could be done inside the main configure script (conditioned to the MSYS environment, obviously), so that we could get rid of `nt/msysconfig.sh' and thereby make the procedure for building Emacs on MS-Windows more similar to the GNU/Linux case. -- Dani Moncayo