summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-06-16 22:36:23 (GMT)
committersurles <surles@noemail.net>1999-06-16 22:36:23 (GMT)
commit759c91d305bc2b055782b03744320c7f54feaf32 (patch)
treee4d33bad2c31e24ef538f0e7107f0cfd77d711af /unix/configure.in
parent53d22384720cc763782bea23eb6f65b757003996 (diff)
downloadtcl-759c91d305bc2b055782b03744320c7f54feaf32.zip
tcl-759c91d305bc2b055782b03744320c7f54feaf32.tar.gz
tcl-759c91d305bc2b055782b03744320c7f54feaf32.tar.bz2
merged unix and windows styles
FossilOrigin-Name: 95cc329c16c5df8922f3c388611fda1e20caf335
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 51b263d..cbae139 100644
--- a/unix/configure.in
+++ b/unix/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 during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.42 1999/06/16 02:20:41 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.43 1999/06/16 22:36:24 surles Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
@@ -604,7 +604,7 @@ AC_SUBST(CFG_TCL_EXPORT_FILE_SUFFIX)
AC_SUBST(TCL_DBGX)
AC_SUBST(DL_OBJS)
AC_SUBST(EXTRA_CFLAGS)
-AC_SUBST(LD_FLAGS)
+AC_SUBST(LDFLAGS)
AC_SUBST(MAKE_LIB)
AC_SUBST(TCL_SHARED_BUILD)
AC_SUBST(SHLIB_CFLAGS)