mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 12:56:21 +00:00
Release 0.4.7
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user