diff options
| author | Glenn Morris | 2018-02-02 18:45:42 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-02 18:45:42 -0500 |
| commit | 396ed687399666036477c4ba50329da1f7dbaa5b (patch) | |
| tree | 841a0b11e1ba1a3139b52b30e1a21c76a73c0247 | |
| parent | b70321ea85ce5ba36efc2f1cc0ddbb9a8f962248 (diff) | |
| download | emacs-396ed687399666036477c4ba50329da1f7dbaa5b.tar.gz emacs-396ed687399666036477c4ba50329da1f7dbaa5b.zip | |
* autogen.sh: Remove temporary debug statements.
| -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 | |||
| 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 | |||
| 149 | echo 'Checking whether you have the necessary tools... | 140 | echo 'Checking whether you have the necessary tools... |
| 150 | (Read INSTALL.REPO for more details on building Emacs)' | 141 | (Read INSTALL.REPO for more details on building Emacs)' |
| 151 | 142 | ||