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.
This commit is contained in:
parent
97ef6ee2df
commit
d3c281122c
12 changed files with 1625 additions and 20 deletions
|
|
@ -59,6 +59,6 @@ extern char *xcrypt();
|
|||
#define FUDGE_TIME 200
|
||||
|
||||
/* file locations */
|
||||
#define SCOREFILE "xrogue.scr"
|
||||
#define LOGFILE "xrogue.log"
|
||||
#define SAVEDIR "."
|
||||
/* uncomment if not using config.h */
|
||||
/*#define SCOREFILE "xrogue.scr"*/
|
||||
/*#define LOGFILE "xrogue.log"*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue