debugger.c: dont fail to build when BKPT_SUPPORT is not set
[rofl0r-VisualBoyAdvance.git] / README.CVS
blobc2de66871f19684e981ea09418b1c676438e3948
1 After extracting the code from CVS, be sure to do the following if you
2 are using the configure script:
4 ./fix-timestamps
6 Failure to do so will result in problems during compilation on systems
7 that have newer versions of GNU automake/autoconf. This is caused by 
8 the fact that CVS processes files in alphabetical order and doesn't
9 keep timestamps. This does not happen on source distributions.
11 If you need to regenerate those files, do in this order:
13 aclocal
14 autoconf
15 automake -a -c