summaryrefslogtreecommitdiffstats
path: root/unix/dltest/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/dltest/configure.in')
-rw-r--r--unix/dltest/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/dltest/configure.in b/unix/dltest/configure.in
index a65ac38..bd7b904 100644
--- a/unix/dltest/configure.in
+++ b/unix/dltest/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(pkga.c)
-# RCS: @(#) $Id: configure.in,v 1.4 1999/03/11 21:47:39 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.5 1999/04/16 00:48:06 stanton Exp $
# Recover information that Tcl computed with its configure script.
@@ -27,5 +27,7 @@ TCL_LIBS=$TCL_LIBS
AC_SUBST(TCL_LIBS)
TCL_VERSION=$TCL_VERSION
AC_SUBST(TCL_VERSION)
+TCL_DBGX=$TCL_DBGX
+AC_SUBST(TCL_DBGX)
AC_OUTPUT(Makefile)