Codebase list libsdl2-mixer / upstream/2.5.0_git20220512.g4366e74+dfsg-1 autogen.sh
upstream/2.5.0_git20220512.g4366e74+dfsg-1

Tree @upstream/2.5.0_git20220512.g4366e74+dfsg-1 (Download .tar.gz)

autogen.sh @upstream/2.5.0_git20220512.g4366e74+dfsg-1raw · history · blame

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