I need to applogize mistake of my previous message. I said you could emulate
copying source file to $TMPDIR by setting 'CPPPREP = cat' in MAKEINFO. This
isn't true. Cint tries 'cat -I. -D__CINT__ file.c > $TMPDIR/tmpnam.c' which
causes error.
Masaharu Goto