irssi: don't rely on autogen.sh as it requires a git repo.

This commit is contained in:
Jerome Duval
2017-10-12 19:46:50 +02:00
parent 98dbee80a3
commit 062fc67874

View File

@@ -54,7 +54,8 @@ GLOBAL_WRITABLE_FILES="
BUILD()
{
chmod +x autogen.sh irssi-version.sh file2header.sh
./autogen.sh $configureDirArgs --with-perl=module --with-socks \
autoreconf -fi
runConfigure ./configure --with-perl=module --with-socks \
--with-proxy --enable-true-color
make $jobArgs
}