mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* autogen.sh: Add some temporary debug statements, for hydra.nixos.org.
This commit is contained in:
parent
2b288eb900
commit
b70321ea85
1 changed files with 9 additions and 0 deletions
|
|
@ -137,6 +137,15 @@ 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)'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue