Initial commit

This commit is contained in:
Daniel Drake
2008-03-04 12:36:28 +00:00
commit b69cb4a705
17 changed files with 2131 additions and 0 deletions

5
autogen.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
aclocal || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-maintainer-mode $*