emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS X, 22.0.91, configure without --enable-carbon-app


From: YAMAMOTO Mitsuharu
Subject: Re: Mac OS X, 22.0.91, configure without --enable-carbon-app
Date: Wed, 22 Nov 2006 17:27:07 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.91 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Mon, 20 Nov 2006 23:28:22 +0100, Benjamin Riefenstahl <address@hidden> 
>>>>> said:

> I just compiled yesterday's pretest on Mac OS X.  I tried a simple

>   ./configure --prefix=$HOME/emacs-pretest

> This detects Carbon and also enables Emacs.app, but "make install"
> tries to install Emacs.app in "/".

I couldn't reproduced it.

> The reason is probably that configure sets the variable
> "carbon_appdir" to the empty string in Makefile.

In that case, the bundle should not be not installed.

Makefile.in:

        if test "${carbon_appdir}" != ""; then \
          umask 022; mkdir -p $(DESTDIR)${carbon_appdir}/Emacs.app; \
          (cd mac/Emacs.app; (tar -chf - . | \
                (cd $(DESTDIR)${carbon_appdir}/Emacs.app; umask 022; tar -xvf - 
\
                        && cat > /dev/null))) || exit 1; \
        fi

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]