cryb-to/autogen.sh
2017-04-06 19:51:47 +02:00

8 lines
117 B
Bash
Executable file

#!/bin/sh
set -e
libtoolize --copy --force
aclocal -I m4
autoheader
automake --add-missing --copy --foreign
autoconf