automake
[Top][All Lists]
Advanced

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

Re: [AM-1.4] Multiple Subdir Problem


From: Ralf Wildenhues
Subject: Re: [AM-1.4] Multiple Subdir Problem
Date: Tue, 13 Jun 2006 15:02:36 +0200
User-agent: Mutt/1.5.11

Hello Daniel,

* Daniel Haude wrote on Tue, Jun 13, 2006 at 02:42:52PM CEST:
> Well, it ain't all that multiple. I just added another subdir to my  
> project in the toplevel Makefile.am like this:

> The subdir "tops" has a rudimentary Makefile.am as well. My problem is  
> that the configure run doesn't touch that new directory at all, so no  
> Makefile.in or Makefile is ever created. The subesequent make run,  
> therefore, fails.

Educated guess:
  echo 'AC_CONFIG_FILES([tops/Makefile])' >> configure.ac

And the next thing you please do is
  echo 'AUTOMAKE_OPTIONS = 1.9' >> Makefile.am

in other words: update to Automake-1.9.6.  Nobody cares about questions
specific to 1.4 any more.

Cheers,
Ralf




reply via email to

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