aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-02 19:45:24 -0500
committerGlenn Morris2018-02-02 19:45:24 -0500
commit8298cb41fe59c044719a45cd887f9953961ecf9b (patch)
tree36f2586fdf891d174a3cae58037298da1a122f03
parent1360df13af6dbe4d3880149a345766d4e650b612 (diff)
downloademacs-8298cb41fe59c044719a45cd887f9953961ecf9b.tar.gz
emacs-8298cb41fe59c044719a45cd887f9953961ecf9b.zip
; * autogen.sh: Add some temporary debug statements.
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
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
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 strings /bin/sh
143 echo "DEBUG"
144 fi
145
140 echo 'Checking whether you have the necessary tools... 146 echo 'Checking whether you have the necessary tools...
141(Read INSTALL.REPO for more details on building Emacs)' 147(Read INSTALL.REPO for more details on building Emacs)'
142 148