# HG changeset patch # User Sam Lantinga # Date 1140375171 0 # Node ID 4a47f20705ebc401f81fda653c6685670bca3308 # Parent 3793c4b34a92b7fe4e0f1aa46108c928ac5cf2d2 I don't think we need aclocal anymore (comes from the automake package) diff -r 3793c4b34a92 -r 4a47f20705eb autogen.sh --- a/autogen.sh Sun Feb 19 18:46:58 2006 +0000 +++ b/autogen.sh Sun Feb 19 18:52:51 2006 +0000 @@ -1,11 +1,13 @@ #!/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"