comparison 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
comparison
equal deleted inserted replaced
155:1af259ac4ed2 156:3e1146666ae5
13 Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman 13 Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman
14 All rights reserved. 14 All rights reserved.
15 15
16 See the file LICENSE.TXT for full copyright and licensing information. 16 See the file LICENSE.TXT for full copyright and licensing information.
17 */ 17 */
18
19 #ifdef HAVE_CONFIG_H
20 #include "config.h"
21 #endif
18 22
19 /* 23 /*
20 * some compiler don't handle void pointers well so 24 * some compiler don't handle void pointers well so
21 */ 25 */
22 #include <assert.h> 26 #include <assert.h>