zncconfigure: add git submodule update --init

ZNC finally moved csocket as submodule and it should probably be updated
when configuring.
This commit is contained in:
Mikaela Suomalainen 2015-01-03 20:23:45 +02:00
parent cf092a4b7d
commit 2f6a6d33c7

View File

@ -6,6 +6,7 @@ set -x
#unset CXX
cd znc
git submodule update --init
./autogen.sh
mkdir -p build
cd build