summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-02 19:09:49 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-02 19:09:49 -0500
commit028087d9038e0036d1413e333b7a17d9cb510b81 (patch)
treecbd52ab4e910ae343f14e35e1680f18a64d34da0 /autogen.sh
parent396ed687399666036477c4ba50329da1f7dbaa5b (diff)
downloademacs-028087d9038e0036d1413e333b7a17d9cb510b81.tar.gz
; * autogen.sh: Add some temporary debug statements.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
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)'