Hi, I have a program (http://last.cbrc.jp/) which provides a makefile with an install step, but which does not have a configure file.
One the one hand, I could use 'ConfigureMake' and fake the configure step somehow, but I'm not sure how to do this. On the other hand, I could use 'MakeCp' and copy the files instead of letting 'make install' be invoked, but then I would need to add the names of the scripts and binaries to the EC explicitly. What is the best approach? Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universität Berlin Email [email protected]

