>>>> "WP" == Will Partain
<partain(a)dcs.gla.ac.uk> writes: 
WP> I had 'configure' keel over with:
WP>     ...
WP>     checking for AIX... no
WP>     checking for a working inclusion macro... configure: error: Cannot define a
proper SMART_INCLUDE macro. Please report.
WP> The config.log (below) suggests that the problem is because
WP> I happen to have 'sparc' (a CPP symbol) as part of the
WP> pathname of my build dir.  Thanks,
You are correct.
Years ago I tried to fix XEmacs so that file system paths would never
be subject to cpp interpretation.  SMART_INCLUDE obviously fails that
test.  I will fix this by using a dumber, but more reliable method.
In the meantime, put your source somewhere without predefined cpp
symbols in the path.
Martin