From 8298cb41fe59c044719a45cd887f9953961ecf9b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 2 Feb 2018 19:45:24 -0500 Subject: [PATCH] ; * autogen.sh: Add some temporary debug statements. --- autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autogen.sh b/autogen.sh index acebc2381a3..605deeb9d7e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -137,6 +137,12 @@ if $do_autoconf; then if $do_check; then + if test -n "$NIX_STORE"; then + echo "DEBUG:" + strings /bin/sh + echo "DEBUG" + fi + echo 'Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs)' -- 2.39.2