diff 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
line wrap: on
line diff
--- a/arogue7/mach_dep.h	Fri May 29 17:34:04 2015 -0400
+++ b/arogue7/mach_dep.h	Thu Jun 04 10:41:39 2015 -0400
@@ -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"*/
 
 
 /*