From: Glenn Morris Date: Sat, 3 Feb 2018 00:09:49 +0000 (-0500) Subject: ; * autogen.sh: Add some temporary debug statements. X-Git-Tag: emacs-27.0.90~5738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=028087d9038e0036d1413e333b7a17d9cb510b81;p=emacs.git ; * autogen.sh: Add some temporary debug statements. --- diff --git a/autogen.sh b/autogen.sh index acebc2381a3..ce622dcf9af 100755 --- a/autogen.sh +++ b/autogen.sh @@ -137,6 +137,13 @@ if $do_autoconf; then if $do_check; then + if test -n "$NIX_STORE"; then + echo "DEBUG:" + set + ls -l /proc/$$/exe + echo "DEBUG" + fi + echo 'Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs)'