From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: getopt_.h on Windows Date: Sun, 06 Feb 2011 19:09:06 -0700 Message-ID: <4D4F5442.6060404@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297044562 26744 80.91.229.12 (7 Feb 2011 02:09:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 02:09:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 03:09:18 2011 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.69) (envelope-from ) id 1PmGXV-0000yC-8l for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 03:09:17 +0100 Original-Received: from localhost ([127.0.0.1]:55996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmGXU-0002Rm-K8 for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2011 21:09:16 -0500 Original-Received: from [140.186.70.92] (port=41399 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmGXP-0002Rh-JA for emacs-devel@gnu.org; Sun, 06 Feb 2011 21:09:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmGXO-0004lc-RU for emacs-devel@gnu.org; Sun, 06 Feb 2011 21:09:11 -0500 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:56984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmGXO-0004lQ-OI for emacs-devel@gnu.org; Sun, 06 Feb 2011 21:09:10 -0500 Original-Received: by qwa26 with SMTP id 26so3252563qwa.0 for ; Sun, 06 Feb 2011 18:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=W3OJSUZj0cFVWK8yGGL9WBqrraRWYqO0Obx6Lu/howQ=; b=Xji2V3Ppahpfamqf8/nuxMnCuftbovDVvjqGOG4U2DG1cTOsx7qqB1GyfMXG8i8mgE an3/ebAFQeEsqUKlIs6wTuLGPv1gRVKFxkWnmYKxSAP6yAyQFyNWRBPCyXVGF2cLVCeg WW+6o5/M4H+GryVbqGMXQkmzi0a3vLQfhBBcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Gwz/Wf7Yo0puq5YzunoyQOeyGmfDp/ydkcTgCOFy3g+bhxpZxxnmvYmXiMeir5nwbg ggvYZJqOEF6PCo4ss/Q252KhMVxe/G1ykQ9hilMfknoXjNJZBhK2QeNaI7dkeTU44YrF 7sq2UHOc0EL3/XwuTRImQFPfsC5FKcIGsFuMo= Original-Received: by 10.224.11.66 with SMTP id s2mr13330678qas.311.1297044549435; Sun, 06 Feb 2011 18:09:09 -0800 (PST) Original-Received: from [192.168.1.3] (71-208-195-78.hlrn.qwest.net [71.208.195.78]) by mx.google.com with ESMTPS id t7sm2497445qcs.40.2011.02.06.18.09.08 (version=SSLv3 cipher=RC4-MD5); Sun, 06 Feb 2011 18:09:08 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 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:135663 Archived-At: Hi, On a clean checkout on Windows getopt_.h has to be generated manually before a bootstrap runs. This seems to be the case even if Sed is installed. Is there any reason we couldn't just check for Sed and abort if it is not present and otherwise build getopt_.h automatically? Christoph