From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16435 invoked by alias); 20 Dec 2012 15:53:50 -0000 Received: (qmail 16421 invoked by uid 22791); 20 Dec 2012 15:53:49 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Dec 2012 15:53:33 +0000 Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKFrU9X079924 ; Thu, 20 Dec 2012 16:53:30 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms11.u-strasbg.fr [130.79.204.111]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKFrTkm027592 ; Thu, 20 Dec 2012 16:53:30 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKFrU82027703 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 20 Dec 2012 16:53:30 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Matthias Klose'" Cc: References: <50D331A6.5070102@ubuntu.com> <50D3321C.5030902@ubuntu.com> In-Reply-To: <50D3321C.5030902@ubuntu.com> Subject: RE: [patch] use python-config if available Date: Thu, 20 Dec 2012 15:53:00 -0000 Message-ID: <001601cddeca$27fe26e0$77fa74a0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 2012-12/txt/msg00752.txt.bz2 Hi Matthias, it seems there is a small oversight in your patch, in ACERROR you have ${python-config} in places where you should probably use ${python_config} I can't comment on the patch otherwise, as my python level is zero... Pierre Muller > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Matthias Klose > Envoy=E9=A0: jeudi 20 d=E9cembre 2012 16:43 > =C0=A0: gdb-patches@sourceware.org > Objet=A0: Re: [patch] use python-config if available >=20 > Am 20.12.2012 16:41, schrieb Matthias Klose: > > This patch does use the python-config, which comes shipped with the python > > interpreter, and falls back to the internal copy of python-config.py. > > AC_CHECK_TOOL is used to find a possible python-config for the host. > > > > Tested with 7.5 with a native and a cross build. > > > > Matthias > >