OSDN Git Service

From Mo DeJong <supermo@bayarea.net>
authorkseitz <kseitz>
Tue, 30 Jul 2002 20:57:16 +0000 (20:57 +0000)
committerkseitz <kseitz>
Tue, 30 Jul 2002 20:57:16 +0000 (20:57 +0000)
        * unix/configure: Regenerate.
        * unix/configure.in: Don't subst TCL_BIN_DIR into tclConfig.sh.
        * unix/tclConfig.sh.in: Remove TCL_BIN_DIR variable since it
        should not exist in the tclConfig.sh file. This variable
        should be set by the SC_PATH_TCLCONFIG macro when the
        extension's configure script is run.

tcl/unix/ChangeLog
tcl/unix/configure
tcl/unix/configure.in
tcl/unix/tclConfig.sh.in

index 8037911..5a154b0 100644 (file)
@@ -1,3 +1,13 @@
+2002-07-30  Keith Seitz  <keiths@redhat.com>
+
+       From Mo DeJong  <supermo@bayarea.net>
+       * unix/configure: Regenerate.
+       * unix/configure.in: Don't subst TCL_BIN_DIR into tclConfig.sh.
+       * unix/tclConfig.sh.in: Remove TCL_BIN_DIR variable since it
+       should not exist in the tclConfig.sh file. This variable
+       should be set by the SC_PATH_TCLCONFIG macro when the
+       extension's configure script is run.
+
 2002-01-10  Keith Seitz  <keiths@redhat.com>
 
        * unix/Makefile.in (TCL_RANLIB): Renamed from just "RANLIB".
index 57036b6..0b6644c 100755 (executable)
@@ -6728,7 +6728,6 @@ TCL_SHARED_BUILD=${SHARED_BUILD}
 
 
 
-
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure
@@ -6933,7 +6932,6 @@ s%@TCL_PATCH_LEVEL@%$TCL_PATCH_LEVEL%g
 s%@TCL_SHARED_LIB_SUFFIX@%$TCL_SHARED_LIB_SUFFIX%g
 s%@TCL_SHLIB_CFLAGS@%$TCL_SHLIB_CFLAGS%g
 s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
-s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
 s%@TCL_UNSHARED_LIB_SUFFIX@%$TCL_UNSHARED_LIB_SUFFIX%g
 s%@TCL_VERSION@%$TCL_VERSION%g
 s%@VENDORPREFIX@%$VENDORPREFIX%g
index 1572528..be8c973 100755 (executable)
@@ -591,7 +591,6 @@ AC_SUBST(TCL_PATCH_LEVEL)
 AC_SUBST(TCL_SHARED_LIB_SUFFIX)
 AC_SUBST(TCL_SHLIB_CFLAGS)
 AC_SUBST(TCL_SRC_DIR)
-AC_SUBST(TCL_BIN_DIR)
 AC_SUBST(TCL_UNSHARED_LIB_SUFFIX)
 AC_SUBST(TCL_VERSION)
 AC_SUBST(VENDORPREFIX)
index 342831e..05e0949 100644 (file)
@@ -45,9 +45,6 @@ TCL_SHARED_BUILD=@TCL_SHARED_BUILD@
 # The name of the Tcl library (may be either a .a file or a shared library):
 TCL_LIB_FILE='@TCL_LIB_FILE@'
 
-# The directory the Tcl binaries are being built to.
-TCL_BIN_DIR='@TCL_BIN_DIR@'
-
 # The fullpath of the Tcl library (used for dependency checking)
 TCL_LIB_FULL_PATH='@TCL_LIB_FULL_PATH@'