Skip to content

Commit

Permalink
Impossible that libtoolize is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
snoe925 authored Mar 8, 2018
1 parent 4c1c428 commit 29aa3b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ before_install:
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then autoreconf -vi; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --with-readline-includes=/usr/local/Cellar/readline/7.0.3_1/include --with-readline-library=/usr/local/Cellar/readline/7.0.3_1/lib --with-tcl=/usr/local/lib; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat ./autogen.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then libtoolize --install; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then /usr/bin/libtoolize --install; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then /bin/sh -x ./autogen.sh; fi
- make
- sudo make install

0 comments on commit 29aa3b1

Please sign in to comment.