diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-02 18:44:36 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-02 18:44:36 -0500 |
commit | b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248 (patch) | |
tree | 92329813d35a25f0234c2331d4b9a84de97e122c /autogen.sh | |
parent | 2b288eb9006ed897e7323212408bd25b4bfe2230 (diff) | |
download | emacs-b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248.tar.gz |
* autogen.sh: Add some temporary debug statements, for hydra.nixos.org.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
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)' |