From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15426 invoked by alias); 27 May 2010 03:42:51 -0000 Received: (qmail 15407 invoked by uid 22791); 27 May 2010 03:42:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 May 2010 03:42:45 +0000 Received: from wpaz21.hot.corp.google.com (wpaz21.hot.corp.google.com [172.24.198.85]) by smtp-out.google.com with ESMTP id o4R3ghX4002263 for ; Wed, 26 May 2010 20:42:43 -0700 Received: from pwj3 (pwj3.prod.google.com [10.241.219.67]) by wpaz21.hot.corp.google.com with ESMTP id o4R3ggWZ019880 for ; Wed, 26 May 2010 20:42:42 -0700 Received: by pwj3 with SMTP id 3so371460pwj.18 for ; Wed, 26 May 2010 20:42:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.130.9 with SMTP id h9mr7422485rvn.129.1274931761832; Wed, 26 May 2010 20:42:41 -0700 (PDT) Received: by 10.140.255.14 with HTTP; Wed, 26 May 2010 20:42:41 -0700 (PDT) In-Reply-To: <1274918921-23200-2-git-send-email-brobecker@adacore.com> References: <1274918921-23200-1-git-send-email-brobecker@adacore.com> <1274918921-23200-2-git-send-email-brobecker@adacore.com> Date: Thu, 27 May 2010 06:49:00 -0000 Message-ID: Subject: Re: [RFA/python:1/2] Add support for --with-pythondir. From: Doug Evans To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2010-05/txt/msg00628.txt.bz2 On Wed, May 26, 2010 at 5:08 PM, Joel Brobecker wro= te: > This is the location where the GDB python library should be installed. > The default is ${datadir}/python. =A0As with various other paths, it is > relocatable if it is a subdir of the prefix. > > The code is mostly inspired from some work done in Archer. =A0Based on > the revision history, I think that Tom Tromey should be credited. > I did rewrite the configury part by taking advantage of a patch that > Doug Evans just submitted (and will hopefully commit soon). > > =A0 =A0 http://www.sourceware.org/ml/gdb-patches/2010-05/msg00476.html > =A0 =A0 (Allow python to find its files if moved from original location) Committed.