automake
[Top][All Lists]
Advanced

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

Re: Recursive initialization of autotools project?


From: Ralf Wildenhues
Subject: Re: Recursive initialization of autotools project?
Date: Sat, 16 Apr 2011 12:58:22 +0200
User-agent: Mutt/1.5.20 (2010-08-04)

Hi Trevor,

* Trevor Bain wrote on Fri, Apr 15, 2011 at 08:55:06PM CEST:
> I have a 3 deep project (as follows below). If I run "automake
> --add-missing" it only adds the files for the current level, hence to
> start out the project I need to hit each branch with the
> "--add-missing" flag (and also run aclocal etc.). After this, from the
> root, I can run "autoreconf", "./configure", and "make" just fine.
> 
> Is there a way to recursively run all of the initialization or some
> other method to prevent me needing to leave the root to initialize the
> whole project (hopefully w/o a shell script that requires me to
> respecify the project layout)?

autoreconf --verbose --install

Cheers,
Ralf



reply via email to

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