On Thu, Nov 20, 2003 at 07:33:50PM -0500, David R. Morrison wrote:
> Well, this one is easy to understand, but I'm not sure how to fix it.
> 
> In the "fink" CVS module, we have a file perlmod/Fink/FinkVersion.pm.in .
> That is processed with some sed magic in the setup.sh script.  So naturally,
> there is a "compile failure" when FinkVersion.pm is invoked.

I thought I posted about this last week, but the message doesn't seem to
have made it.

There's only two variables used in Fink::FinkVersion that requires it to be 
generated.  @BASEPATH@ and @[EMAIL PROTECTED]  @VERSION@ comes from the VERSION file 
but can't it get @BASEPATH@ from Fink::Config like everything else?  In fact
that seems more robust since now it will properly honor your basepath in
fink.conf.

Fink::Config doesn't use Fink::FinkVersion so I don't think there's any
dependency loop to worry about.

Once that's eliminated we can put the little @VERSION@ replacement line into
the Makefile easy enough and make sure Fink::FinkVersion is generated
before the tests are run.

I'll work on that now.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
They just don't make any good porn music anymore, do they?
        - WXDX DJ refering to "More, More, More"


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to