Commit 5ab979a3 authored by Sam Lantinga's avatar Sam Lantinga

I don't think we need aclocal anymore (comes from the automake package)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401380
parent db567afe
#!/bin/sh
#
echo "Generating build information using aclocal and autoconf"
echo "Generating build information using autoconf"
echo "This may take a while ..."
# Regenerate configuration files
(aclocal && autoconf) || exit $?
(cd test; aclocal; autoconf)
cp acinclude.m4 aclocal.m4
autoconf
# FIXME
#(cd test; aclocal; autoconf)
# Run configure for this platform
echo "Now you are ready to run ./configure"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment