install m4

This commit is contained in:
c9s 2014-05-17 15:36:05 +08:00
parent dcee860225
commit 8293e0a786

View file

@ -4,7 +4,7 @@ compiler:
- gcc
# for debian
install:
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4
before_script:
- ./autogen.sh
- ./configure && make