singe/thirdparty/SDL2_ttf/autogen.sh
2023-10-23 19:38:18 -05:00

9 lines
193 B
Bash
Executable file

#!/bin/sh
set -e
"${ACLOCAL:-aclocal}" -I acinclude
"${AUTOMAKE:-automake}" --foreign --include-deps --add-missing --copy
"${AUTOCONF:-autoconf}"
echo "Now you are ready to run ./configure"