<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,12 @@
 #   with zshdb; see the file COPYING.  If not, write to the Free Software
 #   Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
-SUBDIRS = command emacs lib test
+subdirs = command lib test
+if INSTALL_EMACS_LISP
+SUBDIRS = $(subdirs) emacs
+else
+SUBDIRS = $(subdirs)
+endif
 
 pkgdata_DATA =       \
 	dbg-pre.sh   \</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -98,7 +98,8 @@ else
   fi
 fi
 
-AM_CONDITIONAL(INSTALL_EMACS_LISP, test &quot;x$lispdir&quot; != &quot;x&quot;)
+AM_CONDITIONAL(INSTALL_EMACS_LISP, 
+	       [test &quot;x$lispdir&quot; != &quot;x&quot; -a &quot;x$EMACS&quot; != &quot;xno&quot;])
 
 AC_CONFIG_FILES([ \
 	Makefile \</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ typeset _Dbg_libdir=@PKGDATADIR@
 
 [[ ! -d $_Dbg_libdir ]] &amp;&amp; _Dbg_libdir='.'
 # Parse just the libdir option
-local -a libdir
+typeset -a libdir
 zparseopts -a libdir -E L: -library:
 if (( ${#libdir} &gt; 0 )) ; then
     typeset -a lib_opts; eval &quot;lib_opts=($libdir)&quot;</diff>
      <filename>dbg-trace.sh.in</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,6 @@ function _Dbg_debug_trap_handler {
 
     # Turn off line and variable trace listing.
     set +x +v +u +e
-    print ${funcfiletrace[@]}
 
     _Dbg_set_debugger_entry 'create_unsetopt'
     # If some options are set (like localtraps?) then </diff>
      <filename>lib/hook.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e419663307402624f6434d786de0b089051b9dbc</id>
    </parent>
  </parents>
  <author>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/bc40b59a56739fe2f60edbc38bba2aba4eed3c0d</url>
  <id>bc40b59a56739fe2f60edbc38bba2aba4eed3c0d</id>
  <committed-date>2008-09-26T11:25:48-07:00</committed-date>
  <authored-date>2008-09-26T11:25:48-07:00</authored-date>
  <message>Don't run Emacs testing if no Emacs (Clint Adams). Remove stray debugging print.</message>
  <tree>262ac9c18317cde6da69f07771b5519092288b60</tree>
  <committer>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
