diff xrogue/rogue.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 aac28331e71d
children f54901b9c39b
line wrap: on
line diff
--- a/xrogue/rogue.h	Fri May 29 17:34:04 2015 -0400
+++ b/xrogue/rogue.h	Thu Jun 04 10:41:39 2015 -0400
@@ -16,6 +16,10 @@
     See the file LICENSE.TXT for full copyright and licensing information.
 */ 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 /*
  * some compiler don't handle void pointers well so
  */