From: Glenn Morris Date: Fri, 2 Feb 2018 23:44:36 +0000 (-0500) Subject: * autogen.sh: Add some temporary debug statements, for hydra.nixos.org. X-Git-Tag: emacs-27.0.90~5740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248;p=emacs.git * autogen.sh: Add some temporary debug statements, for hydra.nixos.org. --- 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)'