summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwart <wart>1999-06-30 18:39:45 (GMT)
committerwart <wart>1999-06-30 18:39:45 (GMT)
commitac52131b24fa900a8ef56b4c481ab6107003f5b1 (patch)
treef75dc1dfbf5e0187074fb8160902cfc2effd042d
parent31463576a06dda5ee5f81f24cb119b3dd469dc71 (diff)
downloadtcl-ac52131b24fa900a8ef56b4c481ab6107003f5b1.zip
tcl-ac52131b24fa900a8ef56b4c481ab6107003f5b1.tar.gz
tcl-ac52131b24fa900a8ef56b4c481ab6107003f5b1.tar.bz2
Removed call to obsolete AC_C_CROSS macro.
-rw-r--r--unix/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 2ccfa20..b654eba 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.44 1999/06/25 23:29:54 welch Exp $
+# RCS: @(#) $Id: configure.in,v 1.45 1999/06/30 18:39:45 wart Exp $
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
@@ -28,7 +28,6 @@ TCL_SRC_DIR=`cd $srcdir/..; pwd`
AC_PROG_RANLIB
SC_ENABLE_GCC
-AC_C_CROSS
AC_HAVE_HEADERS(unistd.h limits.h)
#------------------------------------------------------------------------