From: Glenn Morris <rgm@gnu.org>
To: "Paul Eggert" <eggert@cs.ucla.edu>, "Jan Djärv" <jan.h.d@swipnet.se>
Cc: emacs-devel@gnu.org
Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux.
Date: Fri, 27 Dec 2013 18:50:39 -0500 [thread overview]
Message-ID: <3vtxdtx38w.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1VwcrN-0000fE-T1@vcs.savannah.gnu.org> (Paul Eggert's message of "Fri, 27 Dec 2013 19:14:13 +0000")
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
(I'm loving this feature freeze as much as usual.)
next parent reply other threads:[~2013-12-27 23:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1VwcrN-0000fE-T1@vcs.savannah.gnu.org>
2013-12-27 23:50 ` Glenn Morris [this message]
2013-12-28 0:42 ` trunk r115773: Port xcrun configuration to GNU/Linux Paul Eggert
2013-12-28 10:13 ` Jan Djärv
2013-12-29 3:54 ` YAMAMOTO Mitsuharu
2013-12-29 7:16 ` Paul Eggert
2013-12-29 7:33 ` YAMAMOTO Mitsuharu
2013-12-29 7:51 ` Paul Eggert
2013-12-29 8:16 ` YAMAMOTO Mitsuharu
2013-12-29 9:11 ` Thien-Thi Nguyen
2013-12-29 10:44 ` chad
2013-12-29 11:57 ` YAMAMOTO Mitsuharu
2013-12-29 15:49 ` Eli Zaretskii
2013-12-29 18:41 ` Jan Djärv
2013-12-29 19:01 ` Eli Zaretskii
2013-12-29 21:04 ` Jan Djärv
2013-12-29 21:16 ` Eli Zaretskii
2013-12-30 12:08 ` Jan Djärv
2013-12-29 13:21 ` Jan Djärv
2013-12-29 13:55 ` YAMAMOTO Mitsuharu
2013-12-29 16:28 ` Jan Djärv
2013-12-29 19:14 ` Jan Djärv
2013-12-28 9:54 ` Jan Djärv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3vtxdtx38w.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
--cc=jan.h.d@swipnet.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.