1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* autogen.sh: Remove temporary debug statements.

This commit is contained in:
Glenn Morris 2018-02-02 18:45:42 -05:00
parent b70321ea85
commit 396ed68739

View file

@ -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)'