automake
[Top][All Lists]
Advanced

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

Re: More an autopackage


From: Tom Tromey
Subject: Re: More an autopackage
Date: 19 Jan 2001 13:50:26 -0700

>>>>> "Geoffrey" == Geoffrey Wossum <address@hidden> writes:

Geoffrey> I was thinking about this, and I considered another
Geoffrey> possibility.  autopkg would scan the Makefile.am to build a
Geoffrey> basic specfile, which the developer could then add pre/post
Geoffrey> install scripts and so forth.  This would be analogous to
Geoffrey> autoscan producing a basic configure.in that the developer
Geoffrey> then customizes.

Unfortunately, I don't think it is that easy.

First, Makefile.am contents can be conditional on the particular
configuration.  That is why you really want to deal with the
post-configuration package (using `make') and not Makefile.am.

Second, the more complex post-install scripts are generated by
automake itself.  For instance, take a look at the hair required to
install an info page.  It would be a pain for developers to have to
insert this code by hand (if they even know it exists).

Tom



reply via email to

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