automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (forw) Bug#402727: config.status generates directories with '$(top_s


From: Ralf Wildenhues
Subject: Re: (forw) Bug#402727: config.status generates directories with '$(top_srcdir)' in them
Date: Thu, 27 Dec 2007 20:30:08 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]