use autoreconf
This commit is contained in:
parent
ff37833aeb
commit
428e7f4cd6
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ compiler:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib
|
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib
|
||||||
before_script:
|
before_script:
|
||||||
- ./autogen.sh
|
- autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
|
||||||
- ./configure && make
|
# - ./autogen.sh
|
||||||
|
# - ./configure && make
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue