[fix] Autoconf macros may be missing in Travis build, adding autoconf-archive

This commit is contained in:
Al
2016-01-29 02:17:59 -05:00
parent 50e27ffe35
commit 2ad51786e1

View File

@@ -7,6 +7,7 @@ addons:
packages: packages:
- libsnappy-dev - libsnappy-dev
- pkg-config - pkg-config
- autoconf-archive
script: script:
- ./bootstrap.sh - ./bootstrap.sh
- ./configure - ./configure