From 2040ab109c8470fa5bcaf094fdf8f0488e6cc8f5 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Thu, 10 Mar 2016 12:57:50 -0700 Subject: configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODE This commit bumps the minimum autoconf version to 2.69. This only affects maintainers and will ensure libusb tarballs have up-to-date configure scripts. At the same time we are removing the AM_MAINTAINER_MODE macro as even its creator recommends against using it. Closes #122 Signed-off-by: Nathan Hjelm --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 585cd6f..d4469b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ +# Require trusty for now as it has a more recent version of autoconf sudo: required +dist: trusty language: c compiler: -- cgit v1.2.1