Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /, misc/fix-gnustack/
Date: Sun, 28 Feb 2016 16:38:19
Message-Id: 1456678090.90119ec0ce42c6ba6447a250ae6d1f6cb05befe3.blueness@gentoo
1 commit: 90119ec0ce42c6ba6447a250ae6d1f6cb05befe3
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 16:48:10 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 16:48:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=90119ec0
7
8 misc/fix-gnustack/configure.ac: use autoconf 2.65 and have travis.yml pull in libelf-dev
9
10 .travis.yml | 2 +-
11 misc/fix-gnustack/configure.ac | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/.travis.yml b/.travis.yml
15 index 9fb81f5..8782804 100644
16 --- a/.travis.yml
17 +++ b/.travis.yml
18 @@ -4,7 +4,7 @@ compiler:
19 - clang
20 before_install:
21 - sudo apt-get update -qq
22 - - sudo apt-get install autotools-dev automake autoconf libtool
23 + - sudo apt-get install autotools-dev automake autoconf libtool libelf-dev
24 script:
25 - ./autogen.sh
26 - ./configure
27
28 diff --git a/misc/fix-gnustack/configure.ac b/misc/fix-gnustack/configure.ac
29 index 2f5a245..8cf7ac6 100644
30 --- a/misc/fix-gnustack/configure.ac
31 +++ b/misc/fix-gnustack/configure.ac
32 @@ -16,11 +16,11 @@
33 # along with this program. If not, see <http://www.gnu.org/licenses/>.
34 #
35
36 -AC_PREREQ([2.69])
37 +AC_PREREQ([2.65])
38 AC_INIT([fix-gnustack], [0.1], [http://bugs.gentoo.org/])
39 AC_CONFIG_SRCDIR([fix-gnustack.c])
40 AC_CONFIG_HEADERS([config.h])
41 -AM_INIT_AUTOMAKE([1.12 foreign])
42 +AM_INIT_AUTOMAKE([1.11 foreign])
43 AM_SILENT_RULES([no])
44
45 # Checks for programs.