OSDN Git Service

Index: ChangeLog
authorcagney <cagney>
Wed, 29 Jan 2003 23:46:22 +0000 (23:46 +0000)
committercagney <cagney>
Wed, 29 Jan 2003 23:46:22 +0000 (23:46 +0000)
2003-01-29  Andrew Cagney  <ac131313@redhat.com>

* configure.in (EXP_AND_TCL_LIBS): Set to TCL_CC_SEARCH_FLAGS
instead of TCL_LD_SEARCH_FLAGS.
(EXP_AND_TK_LIBS): Ditto.
* configure: Regneerate.

expect/ChangeLog
expect/configure
expect/configure.in

index f817eeb..3dfac0a 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in (EXP_AND_TCL_LIBS): Set to TCL_CC_SEARCH_FLAGS
+       instead of TCL_LD_SEARCH_FLAGS.
+       (EXP_AND_TK_LIBS): Ditto.
+       
 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
 
        * exp_clib.c (ecases;): Cast value returned by TclRegComp to a
index f0a8315..a17ae4b 100755 (executable)
@@ -6122,8 +6122,8 @@ fi
 
 # now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS.  Had to do this
 # in order to avoid repeating lib specs to which some systems object.
-EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_LD_SEARCH_FLAGS"
-EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_LD_SEARCH_FLAGS"
+EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_CC_SEARCH_FLAGS"
+EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_CC_SEARCH_FLAGS"
 
 # Sigh - Tcl defines SHLIB_LD_LIBS to be either empty or ${LIBS} and
 # LIBS is intended to be expanded by Make.  But since we're too close
@@ -6423,7 +6423,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=60 # Maximum number of lines to put in a sed script.
+ac_max_sed_cmds=90 # 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 a97a6da..db637f2 100644 (file)
@@ -1193,8 +1193,8 @@ dnl EXP_LIB_FILE=$EXP_UNSHARED_LIB_FILE
 
 # now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS.  Had to do this
 # in order to avoid repeating lib specs to which some systems object.
-EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_LD_SEARCH_FLAGS"
-EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_LD_SEARCH_FLAGS"
+EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_CC_SEARCH_FLAGS"
+EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_CC_SEARCH_FLAGS"
 
 # Sigh - Tcl defines SHLIB_LD_LIBS to be either empty or ${LIBS} and
 # LIBS is intended to be expanded by Make.  But since we're too close