From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26156 invoked by alias); 5 Dec 2011 03:03:33 -0000 Received: (qmail 26134 invoked by uid 22791); 5 Dec 2011 03:03:30 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f43.google.com (HELO mail-vw0-f43.google.com) (209.85.212.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Dec 2011 03:03:15 +0000 Received: by vbbfq11 with SMTP id fq11so4283814vbb.2 for ; Sun, 04 Dec 2011 19:03:14 -0800 (PST) Received: by 10.52.23.134 with SMTP id m6mr3578331vdf.123.1323054194187; Sun, 04 Dec 2011 19:03:14 -0800 (PST) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net. [24.79.200.150]) by mx.google.com with ESMTPS id c10sm15938796vdj.20.2011.12.04.19.03.12 (version=SSLv3 cipher=OTHER); Sun, 04 Dec 2011 19:03:13 -0800 (PST) Message-ID: <1323054191.6872.21.camel@YAAKOV04> Subject: Re: ATTENTION: Tcl/Tk transition From: "Yaakov (Cygwin/X)" To: cygwin-apps Date: Mon, 05 Dec 2011 03:03:00 -0000 In-Reply-To: <4EDC26E4.1000304@cwilson.fastmail.fm> References: <1319662955.7192.68.camel@YAAKOV04> <4EDAB47D.4050408@cwilson.fastmail.fm> <1323045203.1644.11.camel@YAAKOV04> <4EDC26E4.1000304@cwilson.fastmail.fm> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2011-12/txt/msg00008.txt.bz2 On Sun, 2011-12-04 at 21:05 -0500, Charles Wilson wrote: > I found this while building (msys) versions of tcl and tk, (loosely) > based on your cygports. However...I modified tk's configure.in to do a > "proper" AC_INIT. So now, tk defines PACKAGE_NAME as "tk" -- but > inherits tclConfig's setting of "tcl" (and etc.). > > Fix that...and then you see the warning. It is win/configure.in which doesn't AC_INIT properly, not unix/configure.in. Try building my tcl-tk and you won't see any such warnings, and PACKAGE_NAME is "tk". So it would seem that your "fix" is incorrect. Yaakov