First generate the configure script

pull/81/head
Baptiste Daroussin 2015-02-03 09:26:13 +01:00
parent fc645f3380
commit 6c5d653f24
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ compiler:
- gcc
script:
- sh ./autogen.sh
- ./configure --prefix=/usr
- make
- make check