Comparison

configure @ 416:92ce569b9b73

buildsys: Update to fetch from Prosody 0.10 branch
author Kim Alvefur <zash@zash.se>
date Sun, 20 May 2018 01:15:50 +0200
parent 371:88bcf9fbdd07
child 494:04c216ac429a
comparison
equal deleted inserted replaced
415:37674f8ce263 416:92ce569b9b73
1 #!/bin/sh 1 #!/bin/sh
2 2
3 SQUISH=./buildscripts/squish 3 SQUISH=./buildscripts/squish
4 PROSODY_URL=https://hg.prosody.im/0.9/raw-file/tip/ 4 PROSODY_URL=https://hg.prosody.im/0.10/raw-file/tip/
5 PREFIX="/usr/local" 5 PREFIX="/usr/local"
6 6
7 LUA_VERSION=5.1 7 LUA_VERSION=5.1
8 LUA_INTERPRETER=lua$LUA_VERSION 8 LUA_INTERPRETER=lua$LUA_VERSION
9 9