Codebase list libsdl2-mixer / 0563ab20-c088-43fe-b0e2-32a1cbff5f97/main autogen.sh
0563ab20-c088-43fe-b0e2-32a1cbff5f97/main

Tree @0563ab20-c088-43fe-b0e2-32a1cbff5f97/main (Download .tar.gz)

autogen.sh @0563ab20-c088-43fe-b0e2-32a1cbff5f97/mainraw · 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"