mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Set version to 0.4.6
This commit is contained in:
parent
6be4b400b8
commit
f80689dd35
@ -20,7 +20,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
|
||||
|
@ -74,6 +74,7 @@ install_lib_strophe()
|
||||
echo
|
||||
git clone git://github.com/strophe/libstrophe.git
|
||||
cd libstrophe
|
||||
git checkout 0.8.7
|
||||
./bootstrap.sh
|
||||
./configure --prefix=$1
|
||||
make
|
||||
@ -102,6 +103,7 @@ cyg_install_lib_strophe()
|
||||
echo
|
||||
git clone git://github.com/strophe/libstrophe.git
|
||||
cd libstrophe
|
||||
git checkout 0.8.7
|
||||
./bootstrap.sh
|
||||
./bootstrap.sh # second call seems to fix problem on cygwin
|
||||
./configure --prefix=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user