* 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
This commit is contained in:
Laurent Bigonville
2007-07-27 03:54:32 +00:00
parent 21e639cc3f
commit ca32b0aa14
11 changed files with 283 additions and 172 deletions

7
autogen.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh -e
libtoolize --force --copy
aclocal
autoheader
autoconf
automake --add-missing --copy --gnu