diff options
| -rwxr-xr-x | autogen.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index acebc2381a3..3608b2a418c 100755 --- a/autogen.sh +++ b/autogen.sh | |||
| @@ -137,6 +137,15 @@ 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 | |||
| 140 | echo 'Checking whether you have the necessary tools... | 149 | echo 'Checking whether you have the necessary tools... |
| 141 | (Read INSTALL.REPO for more details on building Emacs)' | 150 | (Read INSTALL.REPO for more details on building Emacs)' |
| 142 | 151 | ||