Files
ZSNES/zsnes/src/autogen.sh
theoddone33 b2055c13dd Fix the fix
2002-07-17 04:19:29 +00:00

11 lines
238 B
Bash
Executable File

#!/bin/sh
echo "Generating build information using aclocal and autoconf..."
# Regenerate configuration files
aclocal --acdir=`sdl-config --prefix`/share/aclocal # thanks asfand
autoconf
# Run configure for this platform
./configure $*