Codebase list libsdl2-mixer / 88aabe6b-82be-4b0d-b2c1-ed562b07805f/main autogen.sh
88aabe6b-82be-4b0d-b2c1-ed562b07805f/main

Tree @88aabe6b-82be-4b0d-b2c1-ed562b07805f/main (Download .tar.gz)

autogen.sh @88aabe6b-82be-4b0d-b2c1-ed562b07805f/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"