Hello, and hope you all had nice holidays,

* Eric Dorland wrote on Thu, Dec 27, 2007 at 04:28:16AM CET:
> A debian user reported this bug. I'm not certain if this a bug in
> automake or autoconf, but I would like your thoughts on it. Thanks.

* Enrico Zini wrote:
[...]
> tut_test_SOURCES = \
[...]
>         tests/vartable.cc \
>         $(top_srcdir)/extra/test-utils-core.cc \
>         $(top_srcdir)/extra/tut-main.cc

This is an Automake limitation.  *_SOURCES can currently not contain
macros.  You can use relative paths, like
  ../../extra/tut-main.cc

Hope that helps.

Cheers,
Ralf



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to