<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>acinclude.m4</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -46,15 +46,14 @@ _Dbg_add_help print \
 'print *string*	Print value of a substituted string.'
 
 _Dbg_do_print() {
-  local -r _Dbg_expr=${@:-&quot;$_Dbg_last_print_args&quot;}
-  local dq_expr
+  typeset _Dbg_expr=${@:-&quot;$_Dbg_last_print_args&quot;}
+  typeset dq_expr
   dq_expr=$(_Dbg_esc_dq &quot;$_Dbg_expr&quot;)
-  readonly dq_expr
 
   ### FIXME: something strange in zsh causes _Dbg_debugged_exit_code
   # Not to be seen in _Dbg_do_eval if we don't have the bogus assignment 
   # below
-  local foo=$_Dbg_debugged_exit_code  
+  typeset foo=$_Dbg_debugged_exit_code  
 
   _Dbg_do_eval _Dbg_msg &quot;$_Dbg_expr&quot;
 }</diff>
      <filename>command/eval.sh</filename>
    </modified>
    <modified>
      <diff>@@ -54,6 +54,12 @@ else
   done
 fi
 
+# Get the fully expanded name of pkgdatadir. This is used in zshdb.in
+# and dbg-main.sh.in and for installing debugger files.
+
+pkgdatadir=$datadir/zshdb
+AC_SUBST_DIR(PKGDATADIR, $pkgdatadir)
+
 AM_MISSING_PROG(GIT2CL, git2cl, $missing_dir)
 AC_PROG_LN_S
 AC_PATH_PROG(RM, rm, true)</diff>
      <filename>configure.ac</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>481c8320ff01e7b75de0493fb22127dca188b9bb</id>
    </parent>
  </parents>
  <author>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/51a129ecd5ac180bf6379e8f7138e485b076d3b1</url>
  <id>51a129ecd5ac180bf6379e8f7138e485b076d3b1</id>
  <committed-date>2008-08-14T08:31:42-07:00</committed-date>
  <authored-date>2008-08-14T08:31:42-07:00</authored-date>
  <message>More zsh and ksh compatible.</message>
  <tree>9b18a65ba484275e6d8d94a1f0ab3351a903a218</tree>
  <committer>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
