summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
committerrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
commit7fd1d51b3339e75468f95c4a81056dd21313492c (patch)
tree98a6c8cdeb7ae95f2ed7e1f445fc7324bcc595ac /unix/configure.in
parent0fbfe58bf8152bb450a4414115379cc74938595f (diff)
downloadtk-7fd1d51b3339e75468f95c4a81056dd21313492c.zip
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.gz
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.bz2
Changed config & Makefile to support n32 format on IRIX.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index b818998..71e15d5 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.21 1998/10/14 00:59:15 rjohnson Exp $
+# RCS: @(#) $Id: configure.in,v 1.22 1998/10/20 20:02:38 rjohnson Exp $
TK_VERSION=8.0
TK_MAJOR_VERSION=8
@@ -85,6 +85,7 @@ DL_LIBS=$TCL_DL_LIBS
LD_FLAGS=$TCL_LD_FLAGS
CFLAGS_DEBUG=$TCL_CFLAGS_DEBUG
CFLAGS_OPTIMIZE=$TCL_CFLAGS_OPTIMIZE
+EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS
LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}'
@@ -411,6 +412,7 @@ AC_SUBST(CFLAGS_OPTIMIZE)
AC_SUBST(CFLAGS_WARNING)
AC_SUBST(TK_DBGX)
AC_SUBST(DL_LIBS)
+AC_SUBST(EXTRA_CFLAGS)
AC_SUBST(LD_FLAGS)
AC_SUBST(MATH_LIBS)
AC_SUBST(MAKE_LIB)