Files
shitgame/SDL2_net-2.2.0/autogen.sh

10 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"