dxx-rebirth/autogen.sh

7 lines
78 B
Bash

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