diff --git a/autotools.sh b/autotools.sh new file mode 100755 index 0000000..78ae964 --- /dev/null +++ b/autotools.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +aclocal -I config +autoconf +autoheader +automake -a