summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-02 18:44:36 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-02 18:44:36 -0500
commitb70321ea85ce5ba36efc2f1cc0ddbb9a8f962248 (patch)
tree92329813d35a25f0234c2331d4b9a84de97e122c /autogen.sh
parent2b288eb9006ed897e7323212408bd25b4bfe2230 (diff)
downloademacs-b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248.tar.gz
* autogen.sh: Add some temporary debug statements, for hydra.nixos.org.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index acebc2381a3..3608b2a418c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -137,6 +137,15 @@ if $do_autoconf; then
if $do_check; then
+ if test -n "$NIX_STORE"; then
+ echo "DEBUG:"
+ ls -l /bin/sh
+ /bin/sh --version
+ type command
+ command -v ls
+ set -x
+ fi
+
echo 'Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)'