summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-02 21:21:50 (GMT)
committerhobbs <hobbs>2002-09-02 21:21:50 (GMT)
commitb7728aea7a03acb416efb77a1987eda862a2b71e (patch)
tree32096b7ddee143bba828430a002408a619bc5969 /unix/configure.in
parent4dd618732d1dae229818adeaef0d31dbae6f6348 (diff)
downloadtk-b7728aea7a03acb416efb77a1987eda862a2b71e.zip
tk-b7728aea7a03acb416efb77a1987eda862a2b71e.tar.gz
tk-b7728aea7a03acb416efb77a1987eda862a2b71e.tar.bz2
make sure to substitute LD_LIBRARY_PATH_VAR
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 7e274b9..78c3303 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.
#
-# RCS: @(#) $Id: configure.in,v 1.80 2002/09/02 20:16:59 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.81 2002/09/02 21:21:51 hobbs Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -430,6 +430,8 @@ AC_SUBST(TCL_STUB_FLAGS)
AC_SUBST(TK_BUILD_EXP_FILE)
AC_SUBST(TK_EXP_FILE)
+AC_SUBST(LD_LIBRARY_PATH_VAR)
+
AC_SUBST(MATH_LIBS)
AC_SUBST(TK_BUILD_LIB_SPEC)
AC_SUBST(TK_LIB_FILE)