OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:with_tclconfig
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/
configure
2655
withval=$with_tcl;
with_tclconfig
="${withval}"
2667
if test x"${
with_tclconfig
}" != x ; then
2668
case "${
with_tclconfig
}" in
2670
if test -f "${
with_tclconfig
}"; then
2673
with_tclconfig
="`echo "${
with_tclconfig
}" | sed 's!/tclConfig\.sh$!!'`"
2676
if test -f "${
with_tclconfig
}/tclConfig.sh" ; then
2677
ac_cv_c_tclconfig="`(cd "${
with_tclconfig
}"; pwd)`"
2679
as_fn_error $? "${
with_tclconfig
} directory doesn't contain tclConfig.sh" "$LINENO" 5
/src/external/gpl3/gdb/dist/gdb/
configure
32267
withval=$with_tcl;
with_tclconfig
=${withval}
32282
if test x"${
with_tclconfig
}" != x ; then
32283
if test -f "${
with_tclconfig
}/tclConfig.sh" ; then
32284
ac_cv_c_tclconfig=`(cd ${
with_tclconfig
}; pwd)`
32286
as_fn_error $? "${
with_tclconfig
} directory doesn't contain tclConfig.sh" "$LINENO" 5
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
configure
32174
withval=$with_tcl;
with_tclconfig
=${withval}
32189
if test x"${
with_tclconfig
}" != x ; then
32190
if test -f "${
with_tclconfig
}/tclConfig.sh" ; then
32191
ac_cv_c_tclconfig=`(cd ${
with_tclconfig
}; pwd)`
32193
as_fn_error $? "${
with_tclconfig
} directory doesn't contain tclConfig.sh" "$LINENO" 5
[
all
...]
Completed in 64 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026