commit:     90119ec0ce42c6ba6447a250ae6d1f6cb05befe3
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 16:48:10 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 16:48:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/elfix.git/commit/?id=90119ec0

misc/fix-gnustack/configure.ac: use autoconf 2.65 and have travis.yml pull in 
libelf-dev

 .travis.yml                    | 2 +-
 misc/fix-gnustack/configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9fb81f5..8782804 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
   - clang
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install autotools-dev automake autoconf libtool
+ - sudo apt-get install autotools-dev automake autoconf libtool libelf-dev
 script:
  - ./autogen.sh
  - ./configure

diff --git a/misc/fix-gnustack/configure.ac b/misc/fix-gnustack/configure.ac
index 2f5a245..8cf7ac6 100644
--- a/misc/fix-gnustack/configure.ac
+++ b/misc/fix-gnustack/configure.ac
@@ -16,11 +16,11 @@
 #      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-AC_PREREQ([2.69])
+AC_PREREQ([2.65])
 AC_INIT([fix-gnustack], [0.1], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([fix-gnustack.c])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.12 foreign])
+AM_INIT_AUTOMAKE([1.11 foreign])
 AM_SILENT_RULES([no])
 
 # Checks for programs.

Reply via email to