[20:29:08] <Dominus> wjp, got a little decision question for you. I would like to change Makefile.am:284 to -volname "Exult SVN snapshot $REVISION" \
[20:29:39] <Dominus> The result would be that if REVISION is not set the name of the disk image would keep the same as before
[20:30:47] <Dominus> but when I set REVISION="r$(/opt/local/bin/svnversion)" I get the revision number in the disk image name as well which helps me identifying revision numbers faster when I search my snapshots for regressions :)
[20:31:35] <Dominus> would this be ok in your opinion to add this unexplained variable?
[20:32:02] <Dominus> (asking this in regard to pentagram, nuvie as well)
[21:23:18] <wjp> fine by me
[21:23:37] <wjp> (but note that that will introduce an extra space at the end if REVISION isn't set
[21:50:05] <sh4rm4> is the .hh issue fixed yet ?
[21:50:47] <sh4rm4> i hit that one too
[21:51:53] <wjp> nobody hitting has submitted a patch yet
[21:52:03] <wjp> s/hitting/hitting it/
[22:03:29] <sh4rm4> my automake skills are practically non-existing - so no wonder i couldnt figure that the cause was a behaviour change from 2 automake versions
[22:04:23] <sh4rm4> the article linked earlier has a patch attached that shows a possible solution
[22:04:44] <sh4rm4> the other solution is to use .y instead of .yy (i.e. make the lexer C, not C++)