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 473b4dc..11ded26 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.2 1998/09/14 18:40:18 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.3 1998/12/10 19:09:55 rjohnson Exp $
# Recover information that Tcl computed with its configure script.
@@ -12,6 +12,8 @@ CC=$TCL_CC
AC_SUBST(CC)
SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
AC_SUBST(SHLIB_CFLAGS)
+EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS
+AC_SUBST(EXTRA_CFLAGS)
SHLIB_LD=$TCL_SHLIB_LD
AC_SUBST(SHLIB_LD)
SHLIB_LD_LIBS=$TCL_SHLIB_LD_LIBS