Initial import

This commit is contained in:
David Baer
2015-07-10 09:17:50 -04:00
commit ed8bdcfd93
81 changed files with 100150 additions and 0 deletions

12
autogen.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
set -x
autopoint
libtoolize --automake --copy
aclocal -I m4
automake --add-missing --copy
autoconf
#export CFLAGS="-g -O0"
#export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*