1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

travis: added m4 dir for libstrophe

This commit is contained in:
James Booth 2014-09-30 21:06:09 +01:00
parent 38b58b7a61
commit 3dc14a8342

View File

@ -4,6 +4,7 @@ install:
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- mkdir m4
- ./bootstrap.sh
- ./configure --prefix=/usr
- make