Double autoreconf

This commit is contained in:
Lymphatus 2016-11-14 10:37:06 +01:00
parent dcbad01fe4
commit 389c65e570
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ compiler:
- clang - clang
before_install: before_install:
- sudo apt-get install libtool autoconf git nasm - sudo apt-get install libtool autoconf git nasm libtoolize
- chmod +x install.sh - chmod +x install.sh
- ./install.sh - ./install.sh
@ -17,4 +17,4 @@ before_script:
- cd build - cd build
- cmake .. - cmake ..
script: make script: make VERBOSE=1

View File

@ -4,6 +4,7 @@
git clone https://github.com/mozilla/mozjpeg git clone https://github.com/mozilla/mozjpeg
cd mozjpeg/ cd mozjpeg/
autoreconf -fiv autoreconf -fiv
autoreconf -fiv
mkdir build && cd build mkdir build && cd build
../configure ../configure
make && sudo make install make && sudo make install