HomeSort by: relevance | last modified time | path
    Searched refs:with_tkconfig (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
configure 32387 withval=$with_tk; with_tkconfig=${withval}
32398 if test x"${with_tkconfig}" != x ; then
32399 if test -f "${with_tkconfig}/tkConfig.sh" ; then
32400 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
32402 as_fn_error $? "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
configure 32335 withval=$with_tk; with_tkconfig=${withval}
32346 if test x"${with_tkconfig}" != x ; then
32347 if test -f "${with_tkconfig}/tkConfig.sh" ; then
32348 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
32350 as_fn_error $? "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
    [all...]

Completed in 34 milliseconds