OSDN Git Service

From Mo DeJong <supermo@bayarea.net>:
authorkseitz <kseitz>
Tue, 16 Jul 2002 00:42:39 +0000 (00:42 +0000)
committerkseitz <kseitz>
Tue, 16 Jul 2002 00:42:39 +0000 (00:42 +0000)
        * unix/configure.in: Use TCL_BUILD_STUB_LIB_SPEC instead of
        TCL_STUB_LIB_SPEC when defining MAKE_LIB since we want to
        link to the libtclstub in the build directory.
        * unix/configure: Regenerated.

tk/unix/ChangeLog
tk/unix/configure
tk/unix/configure.in

index 629ad15..d1e66af 100644 (file)
@@ -1,3 +1,11 @@
+2002-07-15  Keith Seitz  <keiths@redhat.com>
+
+        From Mo DeJong  <supermo@bayarea.net>:
+        * configure.in: Use TCL_BUILD_STUB_LIB_SPEC instead of
+        TCL_STUB_LIB_SPEC when defining MAKE_LIB since we want to
+        link to the libtclstub in the build directory.
+        * configure: Regenerated.
+
 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
 
        * configure.in: When building for NetBSD host systems, tell
index 7dcc5e0..d29475a 100755 (executable)
@@ -4232,7 +4232,7 @@ if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then
 
   TK_LIB_FILE=$long_libname
 
-    MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
+    MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_BUILD_STUB_LIB_SPEC} \${LIBS}"
     RANLIB=":"
 
 #    TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
@@ -5015,7 +5015,7 @@ cat >> $CONFIG_STATUS <<\EOF
 
 # Split the substitutions into bite-sized pieces for seds with
 # small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
+ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script.
 ac_file=1 # Number of current file.
 ac_beg=1 # First line for current file.
 ac_end=$ac_max_sed_cmds # Line after last line for current file.
index 3ab810b..bcaa23d 100755 (executable)
@@ -434,7 +434,7 @@ eval eval "TK_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}"
 if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then
     TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
     TCL_TOOL_SHARED_LIB_LONGNAME(TK_LIB_FILE, tk, ${TK_SHARED_LIB_SUFFIX})
-    MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
+    MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_BUILD_STUB_LIB_SPEC} \${LIBS}"
     RANLIB=":"
 
 #    TCL_STUB_FLAGS="-DUSE_TCL_STUBS"