blob: 1b452ff6a6432064e66a537ab0c2fe3e5b74ad2a [file] [log] [blame]
#!/bin/sh
#
echo "Generating build information using autoconf"
echo "This may take a while ..."
# Regenerate configuration files
cp acinclude.m4 aclocal.m4
autoconf
(cd test; sh autogen.sh)
# Run configure for this platform
echo "Now you are ready to run ./configure"