Double autoreconf
This commit is contained in:
parent
dcbad01fe4
commit
389c65e570
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue