From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1D9C51381F3 for ; Wed, 12 Dec 2012 18:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 040EF21C0E4; Wed, 12 Dec 2012 18:47:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FF9E21C0E4 for ; Wed, 12 Dec 2012 18:47:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67FC333DA33 for ; Wed, 12 Dec 2012 18:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 02AA1E543C for ; Wed, 12 Dec 2012 18:47:40 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1355337929.589fdb91985c703cc7d34ab9e098bac3dda96c03.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 589fdb91985c703cc7d34ab9e098bac3dda96c03 X-VCS-Branch: master Date: Wed, 12 Dec 2012 18:47:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 14a49996-b399-48c1-9e0b-bc7c46943b85 X-Archives-Hash: 9eeda5458f5ba3958e3a095e2a6a33e2 commit: 589fdb91985c703cc7d34ab9e098bac3dda96c03 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Dec 12 18:45:29 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Dec 12 18:45:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=589fdb91 configure.ac: disable silent rules X-Gentoo-Bug: 445600 X-Gentoo-Bug-URL: https://bugs.gentoo.org/445600 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 5494141..43c74e9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([elfix], [0.6], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign]) -AM_SILENT_RULES([yes]) +AM_SILENT_RULES([no]) AC_ARG_ENABLE( [tests],