diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-02 18:45:42 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-02 18:45:42 -0500 |
commit | 396ed687399666036477c4ba50329da1f7dbaa5b (patch) | |
tree | 841a0b11e1ba1a3139b52b30e1a21c76a73c0247 /autogen.sh | |
parent | b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248 (diff) | |
download | emacs-396ed687399666036477c4ba50329da1f7dbaa5b.tar.gz |
* autogen.sh: Remove temporary debug statements.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh index 3608b2a418c..acebc2381a3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -137,15 +137,6 @@ 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)' |