From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6202 invoked by alias); 3 Mar 2011 05:40:55 -0000 Received: (qmail 5981 invoked by uid 22791); 3 Mar 2011 05:40:54 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SARE_SUB_RAND_LETTRS4,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 05:40:50 +0000 Received: (qmail 24475 invoked from network); 3 Mar 2011 05:40:48 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Mar 2011 05:40:48 -0000 Message-ID: <4D6F29DD.6000303@codesourcery.com> Date: Thu, 03 Mar 2011 05:40:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: Include dir intl when building libcommon.a for gdb References: <4D6C90AC.9010003@codesourcery.com> <20110302121407.GO30306@adacore.com> <4D6E5854.4020103@codesourcery.com> <201103021532.02784.pedro@codesourcery.com> <4D6F07D2.8050004@codesourcery.com> In-Reply-To: <4D6F07D2.8050004@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00157.txt.bz2 On 03/03/2011 11:15 AM, Yao Qi wrote: >> > gnulib does not have its own configure, yet it integrates into >> > random configures. It looks like a better model for common/ >> > to me. > We can have configure/make and .m4 together in common/. .m4 file > provides common macros, while configure generates Makefile for source in > common/. Think it over again during lunch today, if there is no extra checking in common/configure.ac, then we can remove it, and generate common/Makefile in gdb/configure.ac and gdbserver/configure.ac. -- Yao (齐尧)