"Rusty Ballinger" <[EMAIL PROTECTED]> writes:

> include does work in automake 1.4:
> 
>     include $(top_srcdir)/packages/javadefs.am
> 
> However, if you go
> 
>     JAVAROOT = ../../../../..
>     include $(JAVAROOT)/javadefs.am
> 
> then automake 1.4 puts that line in the Makefile rather than including the
> file.  Maybe this is what per was seeing?

No - I used $(top_srcdir), as in the documentation.
Switching automake-cvs make it work.
-- 
        --Per Bothner
[EMAIL PROTECTED]   http://www.bothner.com/~per/

Reply via email to