more autoconf steps
This commit is contained in:
parent
428e7f4cd6
commit
f4ed38c908
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +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:
|
||||||
|
- aclocal
|
||||||
|
- autoconf
|
||||||
|
- automake --add-missing --foreign
|
||||||
- autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
|
- autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
|
||||||
# - ./autogen.sh
|
# - ./autogen.sh
|
||||||
# - ./configure && make
|
# - ./configure && make
|
||||||
|
|
Loading…
Reference in a new issue