1
1
libssh/autogen.sh
Laurent Bigonville ca32b0aa14 * Add autogen.sh to generate autotools files
* Rewrite the makefiles to use more automake


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@125 7dcaeef0-15fb-0310-b436-a5af3365683c
2007-07-27 03:54:32 +00:00

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

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