diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..25cfb35c --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +echo 'Generating necessary files...' +rm -rf config +mkdir -p config +libtoolize --force +aclocal +autoheader -Wall +automake --foreign --add-missing -Wall +autoconf + |