dxx-rebirth/autogen.sh

9 lines
145 B
Bash

#!/bin/sh
set -e
aclocal $ACLOCAL_FLAGS
autoheader
automake --add-missing
autoconf
#./configure "$@"
echo "Now you are ready to run ./configure"