Fix travis build by adding m4 dir

This commit is contained in:
James Booth
2014-09-30 20:57:32 +01:00
parent fbeb107cbe
commit 5d9a7ec36c

View File

@@ -20,5 +20,6 @@ install:
- sudo make install
- cd ../..
- rm -rf cmocka-0.4.1
- mkdir m4
- ./bootstrap.sh
script: ./configure && make && make check