mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
; * autogen.sh: Add some temporary debug statements.
This commit is contained in:
parent
396ed68739
commit
028087d903
@ -137,6 +137,13 @@ if $do_autoconf; then
|
||||
|
||||
if $do_check; then
|
||||
|
||||
if test -n "$NIX_STORE"; then
|
||||
echo "DEBUG:"
|
||||
set
|
||||
ls -l /proc/$$/exe
|
||||
echo "DEBUG"
|
||||
fi
|
||||
|
||||
echo 'Checking whether you have the necessary tools...
|
||||
(Read INSTALL.REPO for more details on building Emacs)'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user