From patchwork Thu Apr 17 10:46:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Wingo X-Patchwork-Id: 596 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx20.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id 2365F36005B for ; Thu, 17 Apr 2014 03:47:21 -0700 (PDT) Received: by homiemail-mx20.g.dreamhost.com (Postfix, from userid 14314964) id C19C140FA841A; Thu, 17 Apr 2014 03:47:20 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx20.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx20.g.dreamhost.com (Postfix) with ESMTPS id 9114240F12636 for ; Thu, 17 Apr 2014 03:47:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=LQO8Yb5RP6Z+VXogbH7qzWxCR9f5GNU N9xX0rCiMSzWu68PENAzChv4afn9BXVLyVWmkxjRRozrpdDIZ4islu1VLsJY0wnW y3qb0jvmFPioJDwrIDmnYIeeQZLxd3pDzYPfpdT/fpIzUT+wSFTrQvY4Id9jOIQD +iH1oQ1xr39Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=+Fz5NKxR1dl5h0hH7WsGM/wGsro=; b=CgP6B STCEoWuPGtBGeSlxYCTcsoAhDdiDJjg7qRZLEULHljFvdUzLPsoC0fTz5y7H2S6T /MP7cmsGZbT4TlT4YjSQ3CZTt4I7TZDLSw+XXEj7Hmb4rAOlqDPt/sqLHXqKMP8m dUQnF/3Zg0PnhfXcDdrFiiPC4Q3gz3Mme/kQLU= Received: (qmail 25810 invoked by alias); 17 Apr 2014 10:47:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 25753 invoked by uid 89); 17 Apr 2014 10:47:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: sasl.smtp.pobox.com Received: from a-pb-sasl-quonix.pobox.com (HELO sasl.smtp.pobox.com) (208.72.237.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Apr 2014 10:47:16 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 530C4F036; Thu, 17 Apr 2014 06:47:15 -0400 (EDT) Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 4C12BF035; Thu, 17 Apr 2014 06:47:15 -0400 (EDT) Received: from localhost.localdomain (unknown [88.160.190.192]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 9331DF034; Thu, 17 Apr 2014 06:47:12 -0400 (EDT) From: Andy Wingo To: gdb-patches@sourceware.org Cc: Andy Wingo Subject: [PATCH v2 1/9] Allow GDB to build against unreleased Guile 2.2 Date: Thu, 17 Apr 2014 12:46:20 +0200 Message-Id: <1397731588-23750-2-git-send-email-wingo@igalia.com> In-Reply-To: <1397731588-23750-1-git-send-email-wingo@igalia.com> References: <1397731588-23750-1-git-send-email-wingo@igalia.com> X-Pobox-Relay-ID: A2C4D234-C61D-11E3-A876-873F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-DH-Original-To: gdb@patchwork.siddhesh.in gdb/ChangeLog: * configure.ac (try_guile_versions): Allow building with Guile 2.2. * configure: Regenerate. --- gdb/ChangeLog | 6 ++++++ gdb/configure | 2 +- gdb/configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8cdd14..ec8f7b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2014-04-17 Andy Wingo + + * configure.ac (try_guile_versions): Allow building with Guile + 2.2. + * configure: Regenerate. + 2014-04-17 Yao Qi * gdbtypes.h: Update comments to link to types and macros' diff --git a/gdb/configure b/gdb/configure index fd61bb5..d7e5cef 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8750,7 +8750,7 @@ fi -try_guile_versions="guile-2.0" +try_guile_versions="guile-2.2 guile-2.0" have_libguile=no case "${with_guile}" in no) diff --git a/gdb/configure.ac b/gdb/configure.ac index 494d711..ff84a2e 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1154,7 +1154,7 @@ AC_MSG_RESULT([$with_guile]) dnl We check guile with pkg-config. AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing) -try_guile_versions="guile-2.0" +try_guile_versions="guile-2.2 guile-2.0" have_libguile=no case "${with_guile}" in no)