Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-11-14 20:43:31 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-11-14 20:43:31 +0300
commitd5f2ef5ab7edfb9704bc809ce6f75ee44d9ecf98 (patch)
treef30d596ca04ded6061d3222b4af6a21453a0879e
parent1be4df7be54d0a59dbaac131040afa816063bd26 (diff)
Forgot to do autoreconf --install in TravisCI script.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ca3924c..4fea1f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,10 @@ matrix:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install autoconf automake libtool; fi
script:
+ - autoreconf --install
- ./configure --with-prefix=$(pwd)/local
- make
- make install