1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Release 0.4.7

This commit is contained in:
James Booth 2015-09-20 16:46:29 +01:00
parent d7bba74091
commit 60acf6f05b
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ AS_CASE([$host_os],
[cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"])
PACKAGE_STATUS="development"
PACKAGE_STATUS="release"
### Get git branch and revision if in development
if test "x$PACKAGE_STATUS" = xdevelopment; then

View File

@ -84,6 +84,7 @@ install_lib_strophe()
echo
git clone git://github.com/strophe/libstrophe.git
cd libstrophe
git checkout 0.8.8
./bootstrap.sh
./configure --prefix=$1
make
@ -112,6 +113,7 @@ cyg_install_lib_strophe()
echo
git clone git://github.com/strophe/libstrophe.git
cd libstrophe
git checkout 0.8.8
./bootstrap.sh
./bootstrap.sh # second call seems to fix problem on cygwin
./configure --prefix=/usr