]> git.eshelyaron.com Git - emacs.git/commitdiff
; * autogen.sh: Add some temporary debug statements.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Feb 2018 00:45:24 +0000 (19:45 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Feb 2018 00:45:24 +0000 (19:45 -0500)
autogen.sh

index acebc2381a3f675d8566fa139f857cf025df6537..605deeb9d7ea177973859a308625d1ea379d8f27 100755 (executable)
@@ -137,6 +137,12 @@ if $do_autoconf; then
 
   if $do_check; then
 
+    if test -n "$NIX_STORE"; then
+      echo "DEBUG:"
+      strings /bin/sh
+      echo "DEBUG"
+    fi
+
     echo 'Checking whether you have the necessary tools...
 (Read INSTALL.REPO for more details on building Emacs)'