Files
DNF_DEV/Library/SDL2_image-2.5.2/autogen.sh
2025-10-06 04:18:49 +08:00

10 lines
193 B
Bash

#!/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"