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

14 lines
271 B
Bash
Executable file

#!/bin/sh
set -e
echo "Generating build information using autoconf"
echo "This may take a while ..."
cat acinclude/* >aclocal.m4
"${AUTOCONF:-autoconf}"
rm aclocal.m4
rm -rf autom4te.cache
# Run configure for this platform
echo "Now you are ready to run ./configure"