emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 028087d: ; * autogen.sh: Add some temporary debug s


From: Glenn Morris
Subject: [Emacs-diffs] master 028087d: ; * autogen.sh: Add some temporary debug statements.
Date: Fri, 2 Feb 2018 19:10:02 -0500 (EST)

branch: master
commit 028087d9038e0036d1413e333b7a17d9cb510b81
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * autogen.sh: Add some temporary debug statements.
---
 autogen.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index acebc23..ce622dc 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)'
 



reply via email to

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