Hi Ralf,
How are you? It is quite a long time since we talked last time.
I got a new question about autoconf now. Suppose I have defined a conditional
variable in configure.ac file as follows.
AM_CONDITIONAL([FOO], [test x$foo = xtrue])
I have another file test.inc.in file, if I want to put the condition foo into
this .inc.in file, how can I do that?
BTW, I do not understand this kind of postfix .inc.in file. May you also give
me some explanation on this kind of files if you have time?
Thanks,
Ting