SDL-mirror/test/test-automation/autogen.sh

12 lines
229 B
Bash
Raw Normal View History

2011-05-25 18:53:48 +03:00
#! /bin/sh
echo "Generating build information using autoreconf"
echo "This may take a while..."
test -d acinclude || mkdir acinclude
autoreconf -i
# Run configure for this platform
echo "Now you are ready to run ./configure"