emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk r115773: Port xcrun configuration to GNU/Linux.


From: Jan Djärv
Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux.
Date: Sat, 28 Dec 2013 10:54:41 +0100

Hello.

28 dec 2013 kl. 00:50 skrev Glenn Morris <address@hidden>:

> 
> xcsdkdir=
> AC_CHECK_PROGS(XCRUN, [xcrun])
> if test -n "$XCRUN"; then
>  AC_CHECK_PROGS(MAKE, [make "$XCRUN make"])
>  test -n "$MAKE" && export MAKE
>  xcsdkdir=`$XCRUN --show-sdk-path 2>/dev/null`
> fi
> 
> I don't have "xcrun" installed. So AC_CHECK_PROGS never tests for make.
> This results in lib/Makefile containing
> 
>  MAKE = 
> 
> for me. This is obviously A Bad Thing. Eg:
> 
>  make -C lib
>  /bin/bash: all-am: command not found

This is strange, as configure itself sets MAKE later on.  That is why this is 
early, to override the later setting.  Are you running on a Darwin system?

> 
> 
> (I'm loving this feature freeze as much as usual.)

Compiling Emacs is considered a new feature?

        Jan D.




reply via email to

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