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 F1EDD1381F3 for ; Mon, 20 May 2013 20:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66102E083A; Mon, 20 May 2013 20:02:46 +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 95B3BE0839 for ; Mon, 20 May 2013 20:02:45 +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 A93DE33E4DB for ; Mon, 20 May 2013 20:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D073FE545B for ; Mon, 20 May 2013 20:02:41 +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: <1369080023.8c3952af4e0f2e5a1aacb5563f85c6d8c3817548.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /, tests/gnustack/ X-VCS-Repository: proj/elfix X-VCS-Files: configure.ac tests/gnustack/Makefile.am X-VCS-Directories: / tests/gnustack/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 8c3952af4e0f2e5a1aacb5563f85c6d8c3817548 X-VCS-Branch: elfix-0.8.x Date: Mon, 20 May 2013 20:02:41 +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: 0a2cc816-e95c-4576-b63f-1ad32d2f590d X-Archives-Hash: f7d04691dca8fdf09417113d56d5b7c7 commit: 8c3952af4e0f2e5a1aacb5563f85c6d8c3817548 Author: Anthony G. Basile gentoo org> AuthorDate: Mon May 20 11:40:41 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon May 20 20:00:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8c3952af Bump to automake 1.12 --- configure.ac | 2 +- tests/gnustack/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8d17617..3fcf7ed 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.68]) AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign]) +AM_INIT_AUTOMAKE([1.12 foreign]) AM_SILENT_RULES([no]) LT_PREREQ([2.4]) diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am index 85d5f9f..2590ba2 100644 --- a/tests/gnustack/Makefile.am +++ b/tests/gnustack/Makefile.am @@ -8,7 +8,7 @@ bad-gnustack.s: bad-gnustack.c $(CC) -S $< $(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@ -bad-gnustack: bad-gnustack.s +bad-gnustack$(EXEEXT): bad-gnustack.s $(CC) -o $@ $< check_SCRIPTS = gnustacktest