From patchwork Wed May 6 09:26:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Haubenwallner X-Patchwork-Id: 468639 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ozlabs.org (Postfix) with ESMTPS id E8BB214028F for ; Wed, 6 May 2015 19:27:10 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=ZhMFPr/c; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=POx9fssjK89FW7Jno CQQLoeBNVw9xC5H3QvWo8f56y15+PB9hoCpY3tu1zeOvlvD6zbiHwvS/Uk20IZlJ FEXyKyCR37RYuWFql09XKUI7PNfgWOdXhjSuGUd8GhjqMICh/6AI92CYgl5O3HQ7 XAj/Py9aMyCp+gquSd+laOB7r8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=675zRJjya3rwINTSj+yBwYo Ntq4=; b=ZhMFPr/cBPtoZpOz+L7zh5pIdVFvhD3/Py0xgxak/Pd8ugxgMILZCDI bImdP3H/mHOPIq/GXuZzxzxYazZuh+EDX9NwM5VXwx8s3mqM5eGUOESYvQkJnB9H YGk5st5BcvYIfcLqvb01vvNpSE2c8bQysZRoJH/bfH8pa/klDLH8= Received: (qmail 121903 invoked by alias); 6 May 2015 09:27:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 121883 invoked by uid 89); 6 May 2015 09:27:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: smtp.salomon.at Received: from smtp.salomon.at (HELO smtp.salomon.at) (193.186.16.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 06 May 2015 09:26:56 +0000 Received: from samail03.wamas.com ([172.28.2.2] helo=mailhost.salomon.at) by smtp.salomon.at with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1YpvbN-0000fA-25; Wed, 06 May 2015 11:26:49 +0200 Received: from [172.28.53.61] by mailhost.salomon.at with esmtps (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1YpvbM-0001Sq-Lx; Wed, 06 May 2015 11:26:48 +0200 Message-ID: <5549DE57.5070606@ssi-schaefer.com> Date: Wed, 06 May 2015 11:26:47 +0200 From: Michael Haubenwallner User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Paolo Bonzini , DJ Delorie , Nathanael Nerode , Alexandre Oliva , Ralf Wildenhues CC: Jan-Benedict Glaw , GCC Patches , Bernd Edlinger , Janne Blomqvist , Kai Tietz Subject: [patch 13/28] libgfortran: Use automake-1.11.6 References: <5548E9C3.1090408@ssi-schaefer.com> In-Reply-To: <5548E9C3.1090408@ssi-schaefer.com> Am 2015-05-05 um 18:03 schrieb Michael Haubenwallner: > Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6? Patch for libgfortran. 2015-05-06 Michael Haubenwallner Use automake-1.11.6. Makefile.in: Recreate. Index: libgfortran/Makefile.in =================================================================== --- libgfortran/Makefile.in (revision 222804) +++ libgfortran/Makefile.in (working copy) @@ -124,7 +124,8 @@ DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \ - $(srcdir)/libgfortran.spec.in $(srcdir)/../depcomp + $(srcdir)/../mkinstalldirs $(srcdir)/libgfortran.spec.in \ + $(srcdir)/../depcomp $(srcdir)/../depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/lead-dot.m4 \