Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /, tests/gnustack/
Date: Mon, 20 May 2013 20:02:46
Message-Id: 1369080023.8c3952af4e0f2e5a1aacb5563f85c6d8c3817548.blueness@gentoo
1 commit: 8c3952af4e0f2e5a1aacb5563f85c6d8c3817548
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 20 11:40:41 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 20:00:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8c3952af
7
8 Bump to automake 1.12
9
10 ---
11 configure.ac | 2 +-
12 tests/gnustack/Makefile.am | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/configure.ac b/configure.ac
16 index 8d17617..3fcf7ed 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -20,7 +20,7 @@ AC_PREREQ([2.68])
20 AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/])
21 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
22 AC_CONFIG_HEADERS([config.h])
23 -AM_INIT_AUTOMAKE([1.11 foreign])
24 +AM_INIT_AUTOMAKE([1.12 foreign])
25 AM_SILENT_RULES([no])
26
27 LT_PREREQ([2.4])
28
29 diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
30 index 85d5f9f..2590ba2 100644
31 --- a/tests/gnustack/Makefile.am
32 +++ b/tests/gnustack/Makefile.am
33 @@ -8,7 +8,7 @@ bad-gnustack.s: bad-gnustack.c
34 $(CC) -S $<
35 $(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@
36
37 -bad-gnustack: bad-gnustack.s
38 +bad-gnustack$(EXEEXT): bad-gnustack.s
39 $(CC) -o $@ $<
40
41 check_SCRIPTS = gnustacktest