commit:     d2950b10b400faf73b3a865316dabc4577799fa5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 16:38:09 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 16:38:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/elfix.git/commit/?id=d2950b10

configure.ac: use autoconf 2.65 and convert travis.yml script to a list

 .travis.yml  | 13 ++++++++++---
 configure.ac |  5 ++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index db93fa1..9fb81f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,16 @@ compiler:
 before_install:
  - sudo apt-get update -qq
  - sudo apt-get install autotools-dev automake autoconf libtool
-script: ./autogen.sh && ./configure && make V=1 distcheck && \
-        cd misc/fix-gnustack && ./autogen.sh && ./configure && make V=1 
distcheck && \
-        cd ../install-xattr && make V=1
+script:
+ - ./autogen.sh
+ - ./configure
+ - make V=1 distcheck
+ - cd misc/fix-gnustack
+ - ./autogen.sh
+ - ./configure
+ - make V=1 distcheck
+ - cd ../install-xattr
+ - make V=1
 notifications:
   irc:
     channels:

diff --git a/configure.ac b/configure.ac
index 777c226..245d2db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,16 +16,15 @@
 #      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-AC_PREREQ([2.69])
+AC_PREREQ([2.65])
 AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([src/paxctl-ng.c])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.12 foreign])
+AM_INIT_AUTOMAKE([1.11 foreign])
 AM_SILENT_RULES([no])
 
 LT_PREREQ([2.4])
 LT_INIT([dlopen])
-AC_CONFIG_MACRO_DIR([m4])
 
 # Checks for programs.
 AC_PROG_AWK

Reply via email to