[06:34] Keybuk: autotools question for you [06:35] sure [06:36] Keybuk: error: ‘PACKAGE_NAME’ undeclared (first use in this function) [06:36] Keybuk: that's declared by automake typically, right? how does it get missed? [06:36] by Autoconf acutally [06:37] Keybuk: the process I'm going through is main.strap.c is built into nih_parse_tool.strap, which is run on main.nihparse to make main.iter1.c, which is built into nih_parse_tool.iter1 ... [06:38] Keybuk: the strap version builds. the iter1 version fails on that. The main functions between the two are nigh identical. [06:39] iter1 is set up just like strap in Makefile.am. Only difference is the source doesn't exist at first. [06:41] did you include config.h ? [06:43] ... X( [06:43] C can be funny like that ;-) [06:44] Keybuk: especially C inside of other syntaxes [06:45] and especially inside of other custom syntaxes, and especially when that syntax is describing how to parse itself and the C is describing how to process it.