>>> "Guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes:
Guillaume> Hello.
Guillaume> A colleague of mine developped a custom language for
Guillaume> natural language processing, called DyALog
Guillaume> (http://atoll.inria.fr/~clerger/work.html#DyALog). In
Guillaume> order to ease mo
>>> "Dale" == Dale E Martin <[EMAIL PROTECTED]> writes:
[...]
Dale> In my configure.ac I have:
Dale> AC_SUBST(CXX)
This is superfluous if you already call AC_PROG_CXX.
Dale> AC_SUBST(CXXLINK)
This will override the Automake definition of this variable with
the configure definition of it (wh
[Please reply to [EMAIL PROTECTED]
>>> "Robert" == Robert Lowe <[EMAIL PROTECTED]> writes:
Robert> Hi!
Robert> I have a set of common headers files in includes/ and the following
Robert> line in configure.ac:
Robert> AC_SUBST(CPPFLAGS,[-I../includes])
Should be
AC_SUBST([AM_CPPFLAGS], ['