automake
[Top][All Lists]
Advanced

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

Re: top level make file with deep dir struct demo


From: Brian Dessent
Subject: Re: top level make file with deep dir struct demo
Date: Tue, 10 Jan 2006 14:05:04 -0800

Matt Hull wrote:

> i was just thinking that.  so i can do the top level makefile and use
> autoconf/automake on the current system and configure and make should work
> on the outdated ?

That is why you include the configure script (and any other generated
files) in your tarball.  The person that builds from your tarball
doesn't even need auto{conf,make} installed on their system because the
generated files are meant to be self-sufficient.  They would only need a
recent version of the tools if they made a change to one of the *.am or
*.in files and wanted to regenerate the configure script.

Brian




reply via email to

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