1
1
libssh/autogen.sh
Laurent Bigonville 93af231d14 Better automake files
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@128 7dcaeef0-15fb-0310-b436-a5af3365683c
2007-07-31 17:54:25 +00:00

9 строки
119 B
Bash
Исполняемый файл

#!/bin/sh -e
aclocal
libtoolize --force --copy
autoheader
autoconf
automake --add-missing --copy --gnu
./configure $@