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:
John "Elwin" Edwards 2015-06-04 10:41:39 -04:00
parent 97ef6ee2df
commit d3c281122c
12 changed files with 1625 additions and 20 deletions

View file

@ -40,17 +40,10 @@
/*
* where scorefile should live
*/
#ifndef SCOREFILE
#define SCOREFILE "arogue7.scr"
#endif
/* Uncomment if you are not using config.h */
/*#define SCOREFILE "arogue7.scr"*/
#ifndef LOGFILE
#define LOGFILE "arogue7.log"
#endif
#ifndef SAVEDIR
#define SAVEDIR "."
#endif
/*#define LOGFILE "arogue7.log"*/
/*