Mercurial > sdl-ios-xcode
changeset 1376:4a47f20705eb
I don't think we need aclocal anymore (comes from the automake package)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Feb 2006 18:52:51 +0000 |
parents | 3793c4b34a92 |
children | 6b36d9bee83b |
files | autogen.sh |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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"