dxx-rebirth/autogen.sh

8 lines
85 B
Bash

#!/bin/sh
set -e
aclocal
autoheader
automake --add-missing
autoconf
./configure "$@"