From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76006 invoked by alias); 29 Apr 2018 17:59:52 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 75906 invoked by uid 89); 29 Apr 2018 17:59:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=CentOS, centos, H*r:Unknown, Home X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 Apr 2018 17:59:39 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5ae60809.7f6c509d8060-smtp-out-n03; Sun, 29 Apr 2018 17:59:37 -0000 (UTC) Date: Sun, 29 Apr 2018 17:59:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5ae6080874e49_2a692ac1ce399bfc767e4@hookshot-fe-265448d.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7efb49: Add compatibility with automake < 1.14 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5ae6080874905_2a692ac1ce399bfc7664"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00009.txt.bz2 ----==_mimepart_5ae6080874905_2a692ac1ce399bfc7664 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1198 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7efb493d37f4a19bbd1bb01ca6d7cd17f7e586a0 https://github.com/crosstool-ng/crosstool-ng/commit/7efb493d37f4a19bbd1bb01ca6d7cd17f7e586a0 Author: Anton Maklakov Date: 2018-04-27 (Fri, 27 Apr 2018) Changed paths: M configure.ac Log Message: ----------- Add compatibility with automake < 1.14 As we support CentOS, for example, we have a problem there automake: warnings are treated as errors kconfig/Makefile.am:26: warning: compiling 'lxdialog/checklist.c' in subdir requires 'AM_PROG_CC_C_O' in 'configure.ac' autoreconf: automake failed with exit status: 1 Commit: fa041df6fed76e966ef996ca75f27286c799b451 https://github.com/crosstool-ng/crosstool-ng/commit/fa041df6fed76e966ef996ca75f27286c799b451 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M configure.ac Log Message: ----------- Merge pull request #949 from antmak/build_centos7 Add compatibility with automake < 1.14 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/d40964df8cb1...fa041df6fed7 ----==_mimepart_5ae6080874905_2a692ac1ce399bfc7664--