Codebase list libsdl2-mixer / 3337d12f-c5c1-4c21-98b2-3c243e5e4289/main autogen.sh
3337d12f-c5c1-4c21-98b2-3c243e5e4289/main

Tree @3337d12f-c5c1-4c21-98b2-3c243e5e4289/main (Download .tar.gz)

autogen.sh @3337d12f-c5c1-4c21-98b2-3c243e5e4289/main

1deddb0
8f0a530
 
 
1deddb0
 
 
 
8f0a530
 
 
1deddb0
 
 
#!/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"