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