--- Man-wai Chang <[EMAIL PROTECTED]> wrote: > > how could I configure the package such that it would > not use /usr/local > but /usr? its configure script doesn't have --prefix > option. >
After running "./configure" the resulting makefile should contain the install directory. You might be able to simply change it before running "make install". __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
