diff options
| author | Glenn Morris | 2018-02-02 19:46:17 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-02 19:46:17 -0500 |
| commit | 83fc9009c62429501e50d7658e0dc00102aafa74 (patch) | |
| tree | 841a0b11e1ba1a3139b52b30e1a21c76a73c0247 | |
| parent | 8298cb41fe59c044719a45cd887f9953961ecf9b (diff) | |
| download | emacs-83fc9009c62429501e50d7658e0dc00102aafa74.tar.gz emacs-83fc9009c62429501e50d7658e0dc00102aafa74.zip | |
; * autogen.sh: Remove temporary debug statements.
| -rwxr-xr-x | autogen.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh index 605deeb9d7e..acebc2381a3 100755 --- a/autogen.sh +++ b/autogen.sh | |||
| @@ -137,12 +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 | strings /bin/sh | ||
| 143 | echo "DEBUG" | ||
| 144 | fi | ||
| 145 | |||
| 146 | echo 'Checking whether you have the necessary tools... | 140 | echo 'Checking whether you have the necessary tools... |
| 147 | (Read INSTALL.REPO for more details on building Emacs)' | 141 | (Read INSTALL.REPO for more details on building Emacs)' |
| 148 | 142 | ||