[macemacsjp-english 271] Re: how to set up command-line installs

Back to archive index

Jesse Alama alama****@stanf*****
Sun Oct 9 01:39:34 JST 2005


John Owens <john_owens****@yahoo*****> writes:

>> Try the make command by using the below options, so that you can  
>> explicitly specify the relevant paths.
>> 
>>      make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs \
>>          prefix=/Applications/Emacs.app/Contents/Resources \
>>          LISPDIR=/Applications/Emacs.app/Contents/Resources/site-lisp \
>>          INFODIR=Applications/Emacs.app/Contents/Resources/inf
>
> Thank you for the quick and detailed reply. The issue, then, becomes:
>
> What can be done to make this work without these extra arguments?
>
> If I build and install the CVS version of GNU emacs, I can just do "make"
> and it will find the proper place for the installation. It would be great
> if Carbon Emacs would do the same.

Perhaps setting these as environment variables once and for all will
help.  I too would like to be able to get the Right Thing to happen
with simply "make"; enormous commands in a shell are ugly, especially
when there's a long string that
("/Applications/Emacs.app/Contents/Resources") repeats throughout.
I'm not sure, though, whether doing so will affect things in a
peculiar way (perhaps emacs uses these variables already and changing
them will break something), but it's worth a try.

Jesse

-- 
Jesse Alama (alama****@stanf*****)



More information about the macemacsjp-english mailing list
Back to archive index