matroska/autogen.sh
2014-12-21 10:28:07 +01:00

10 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
aclocal
autoheader
libtoolize --copy
automake --add-missing --copy
autoconf