On Sun, 14 Apr 2002, dman wrote: > $(PREFIX) should normally be '' (or '/' if paths are properly > normalized after expansion).
You're thinking of GNU autoconf. SA uses Perl's ExtUtils::MakeMaker. MakeMaker does not define $(PREFIX) that way. MakeMaker defines $(PREFIX) as (by default) $Config{prefix} from Perl's Config module. That is normally /usr or /usr/local, not /, and Makefiles generated with MakeMaker install into $(PREFIX)/bin $(PREFIX)/share and so on. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk