Fix the fix

This commit is contained in:
theoddone33
2002-07-17 04:19:29 +00:00
parent 621526ce75
commit b2055c13dd

View File

@@ -3,7 +3,7 @@
echo "Generating build information using aclocal and autoconf..." echo "Generating build information using aclocal and autoconf..."
# Regenerate configuration files # Regenerate configuration files
aclocal `sdl-config --prefix`/share/aclocal # thanks asfand aclocal --acdir=`sdl-config --prefix`/share/aclocal # thanks asfand
autoconf autoconf
# Run configure for this platform # Run configure for this platform