diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-02 19:45:24 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-02 19:45:24 -0500 |
commit | 8298cb41fe59c044719a45cd887f9953961ecf9b (patch) | |
tree | 36f2586fdf891d174a3cae58037298da1a122f03 /autogen.sh | |
parent | 1360df13af6dbe4d3880149a345766d4e650b612 (diff) | |
download | emacs-8298cb41fe59c044719a45cd887f9953961ecf9b.tar.gz |
; * autogen.sh: Add some temporary debug statements.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
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 if $do_check; then + if test -n "$NIX_STORE"; then + echo "DEBUG:" + strings /bin/sh + echo "DEBUG" + fi + echo 'Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs)' |