From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: getopt_.h on Windows Date: Tue, 08 Feb 2011 02:31:32 +0100 Message-ID: <4D509CF4.9050707@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297128721 22682 80.91.229.12 (8 Feb 2011 01:32:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 01:32:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 02:31:57 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 1PmcQn-0000hx-AW for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 02:31:54 +0100 Original-Received: from localhost ([127.0.0.1]:52676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmcQi-0000Bs-Cz for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 20:31:44 -0500 Original-Received: from [140.186.70.92] (port=42371 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmcQe-0000BR-0x for emacs-devel@gnu.org; Mon, 07 Feb 2011 20:31:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmcQc-0004aH-Uh for emacs-devel@gnu.org; Mon, 07 Feb 2011 20:31:39 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:44317) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PmcQc-0004Zq-QH for emacs-devel@gnu.org; Mon, 07 Feb 2011 20:31:38 -0500 Original-Received: (qmail invoked by alias); 08 Feb 2011 01:31:37 -0000 Original-Received: from unknown (EHLO [10.74.197.132]) [82.113.106.198] by mail.gmx.net (mp049) with SMTP; 08 Feb 2011 02:31:37 +0100 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX1/esc9L7P/eqY+FmNzdMzr1pvB0+usWizxxc7ACiJ UGznS7fCIyyYLg User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Original-References: 83y65rsljl.fsf@gnu.org X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 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:135708 Archived-At: > I regenerated getopt_.h and committed it to the repository. Interesting. And how do you make sure that the VCS tool writes getopt_.h after getopt.in.h into peoples' working trees? --- grischka