comparison arogue7/mach_dep.h @ 156:3e1146666ae5

arogue7, xrogue: begin using autoconf. File locations can be customized via './configure'. 'make install' does not work yet. Options for wizard mode and load checks may not do what is intended. Fun fact: there's an enlightening epigraph in the introduction to the autoconf manual.
author John "Elwin" Edwards
date Thu, 04 Jun 2015 10:41:39 -0400
parents 7faf4568c295
children 44a0fce4b168
comparison
equal deleted inserted replaced
155:1af259ac4ed2 156:3e1146666ae5
38 38
39 39
40 /* 40 /*
41 * where scorefile should live 41 * where scorefile should live
42 */ 42 */
43 #ifndef SCOREFILE 43 /* Uncomment if you are not using config.h */
44 #define SCOREFILE "arogue7.scr" 44 /*#define SCOREFILE "arogue7.scr"*/
45 #endif
46 45
47 #ifndef LOGFILE 46 /*#define LOGFILE "arogue7.log"*/
48 #define LOGFILE "arogue7.log"
49 #endif
50
51 #ifndef SAVEDIR
52 #define SAVEDIR "."
53 #endif
54 47
55 48
56 /* 49 /*
57 * Variables for checking to make sure the system isn't too loaded 50 * Variables for checking to make sure the system isn't too loaded
58 * for people to play 51 * for people to play