summaryrefslogtreecommitdiffstats
path: root/unix/dltest/configure.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-12-10 19:09:55 (GMT)
committerrjohnson <rjohnson>1998-12-10 19:09:55 (GMT)
commit016bee55b53d9e9b5e228f14f390b01a58757522 (patch)
tree9b23d00d94cff1bbd1014336975c54372f441253 /unix/dltest/configure.in
parentda572fa3a625e97fb91058786b86226b48096e25 (diff)
downloadtcl-016bee55b53d9e9b5e228f14f390b01a58757522.zip
tcl-016bee55b53d9e9b5e228f14f390b01a58757522.tar.gz
tcl-016bee55b53d9e9b5e228f14f390b01a58757522.tar.bz2
Fixed problem with running tests on IRIX.
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