automake
[Top][All Lists]
Advanced

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

Re: Make dist problem


From: Ralf Wildenhues
Subject: Re: Make dist problem
Date: Mon, 6 Oct 2008 23:14:23 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Laurent,

* address@hidden wrote on Mon, Oct 06, 2008 at 02:04:49PM CEST:
> 
> I'm using autoconf 2.61 and automake 1.8 and I've got a probleme with
> the 'make dist' target. 

> He the AC_CONFIG_FILES: 
> AC_CONFIG_FILES( 
> po/Makefile.in 
> Makefile 
> src/Makefile 
> config/gcdk.pc 
> config/gcdk-uninstalled.pc 
> doxygen.cfg 
> test/type/Makefile 
> test/exception/Makefile 
> ) 
> And the two files: test/type/Makefile.in and
> test/exception/Makefile.in are not put into the archive 

How does your SUBDIRS tree look like?  Does the toplevel Makefile.am
list test/type and test/exception, going down two levels at once?
If yes, then updating to a newer Automake is your friend.  1.10.1 is
current, and quoting a NEWS excerpt from 1.9:

|  - The restriction that SUBDIRS must contain direct children is gone.
|  Do not abuse.

Hope that helps.

Cheers,
Ralf




reply via email to

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