1
0
Fork 0

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
This commit is contained in:
Sjoerd van der Berg 2003-03-10 14:30:27 +00:00
parent 359aca11f3
commit 8de6c90eb3
3 changed files with 44 additions and 7 deletions

View file

@ -10,8 +10,4 @@ autoheader
automake --gnits --include-deps --add-missing --copy
autoconf
#Copy settings.h.cvs to settings.h and that's it,
directory=`dirname $0`
cp $directory/settings.h.cvs $directory/settings.h
echo "Now you are ready to run ./configure also check settings.h for extra build settings"
echo "Now you are ready to run ./configure, afterwards check config.h for extra build settings"