1
0
Fork 0
dosbox-staging/autogen.sh
Sjoerd van der Berg 8de6c90eb3 Enable/Disable support for debugger and screenshots
Bettter checks for libpng and libcurses
Removal of settings.h file


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@733
2003-03-10 14:30:27 +00:00

13 lines
344 B
Bash
Executable file

#!/bin/sh
echo "Generating build information using aclocal, autoheader, automake and autoconf"
echo "This may take a while ..."
# Regenerate configuration files.
aclocal
autoheader
automake --gnits --include-deps --add-missing --copy
autoconf
echo "Now you are ready to run ./configure, afterwards check config.h for extra build settings"