Initial commit with SWE 1.75

This commit is contained in:
2013-07-09 01:15:13 +02:00
commit 5e1d32bfa6
43 changed files with 69284 additions and 0 deletions

9
autogen.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
mkdir m4 &> /dev/null
libtoolize --install --copy || exit 1
autoheader || exit 1
aclocal || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1