diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..830f841 --- /dev/null +++ b/autogen.sh | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | libtoolize --copy --force --automake | ||
3 | rm -f config.cache | ||
4 | aclocal -I . | ||
5 | autoheader | ||
6 | automake -a | ||
7 | autoconf | ||
8 | echo "Done." | ||
9 | |||
10 | |||