dxx-rebirth/autogen.sh
2002-07-18 08:35:32 +00:00

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"