From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26226 invoked by alias); 12 Jun 2006 14:05:49 -0000 Received: (qmail 26128 invoked by uid 22791); 12 Jun 2006 14:05:48 -0000 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Jun 2006 14:05:46 +0000 Received: from [10.4.3.3] (s23.gtokyofl12.vectant.ne.jp [222.228.213.23]) by mail.pizzafactory.jp (Postfix) with ESMTP id 65D421F77045; Mon, 12 Jun 2006 23:05:44 +0900 (JST) In-Reply-To: <20060612125826.GA28836@nevyn.them.org> References: <20060612125826.GA28836@nevyn.them.org> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0E920490-41C1-4F87-A226-CFF4956569DE@monami-software.com> Cc: Daniel Jacobowitz Content-Transfer-Encoding: 7bit From: Masaki Muranaka Subject: Re: Failed to detect config.intl at sim/*/configure Date: Mon, 12 Jun 2006 14:05:00 -0000 To: gdb-patches@sourceware.org X-Mailer: Apple Mail (2.750) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00152.txt.bz2 On 2006/06/12, at 21:58, Daniel Jacobowitz wrote: > I couldn't see how either - we want $ac_top_builddir but the only way > to set it is undocumented. But, we can just keep trying. Want to try > this patch? Thanks for your patch. I've tried similar fix and it works well. But... I feel this fix is slightly brute-forced. In case failed to create intl/config.intl, it's possible to detect config.intl which is out of the build tree. I hesitate I request to check this patch in. The plan B is to create sim/intl/config.intl. sim/intl/config.intl contains: : #!/bin/sh : . ../../intl/config.intl This is more safety but it's a roundabout way. BTW, I tried also ac_top_builddir like this. : if test -f $ac_top_builddir/intl/config.intl; then ... and it was failed because ac_top_builddir was empty. -- Masaki Muranaka Monami software