Create repo structure

This commit is contained in:
Daniel Drake
2007-10-07 23:20:12 +01:00
commit 7d3612d9f6
13 changed files with 840 additions and 0 deletions

7
autogen.sh Executable file
View File

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