aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-02 18:44:36 -0500
committerGlenn Morris2018-02-02 18:44:36 -0500
commitb70321ea85ce5ba36efc2f1cc0ddbb9a8f962248 (patch)
tree92329813d35a25f0234c2331d4b9a84de97e122c
parent2b288eb9006ed897e7323212408bd25b4bfe2230 (diff)
downloademacs-b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248.tar.gz
emacs-b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248.zip
* autogen.sh: Add some temporary debug statements, for hydra.nixos.org.
-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
137 137
138 if $do_check; then 138 if $do_check; then
139 139
140 if test -n "$NIX_STORE"; then
141 echo "DEBUG:"
142 ls -l /bin/sh
143 /bin/sh --version
144 type command
145 command -v ls
146 set -x
147 fi
148
140 echo 'Checking whether you have the necessary tools... 149 echo 'Checking whether you have the necessary tools...
141(Read INSTALL.REPO for more details on building Emacs)' 150(Read INSTALL.REPO for more details on building Emacs)'
142 151