diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..e7f1dfeec --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#! /bin/sh +# a quick hack script to generate necessary files from +# auto* tools. + +libtoolize -c -f && aclocal && autoheader && automake --foreign -a -c && autoconf |