Hi, I'd like to make a distribution package of godi, with fast everything from lablgtk to ocisgen. The problem I'm facing is : how not to pollute the build environment ?
Currently I can ./configure godi with a fake prefix. Then I would search-replace all occurences of the fake prefix (which means grepping about 400MB of hopefully cached data). It works but it's also quite ugly. Is there a better way to do that ? I currently don't think there's a better solution though because the scripts can contain anything. Take the 'lablgtk' or 'lablgl' scripts for instance : they contain the prefix in a hard-coded form. Btw, I'd like to make several smaller packages. Especially, I'd like to move the source files in a different package. I currently put everything under $PREFIX/build in a different package. Again, is there a better approach ? Thanks. --- Adrien Nader _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
