Searched refs:cf_header_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/dialog/ |
| H A D | configure | 9545 case "$cf_header_path" in 9547 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 9550 test -d "$cf_header_path" && \ 10521 case "$cf_header_path" in 10523 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 15274 case "$cf_header_path" in 15276 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 16691 case "$cf_header_path" in 16693 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 18720 case "$cf_header_path" in [all …]
|
| H A D | aclocal.m4 | 2760 for cf_header_path in $CPPFLAGS $CFLAGS 2762 case "$cf_header_path" in 2764 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 2765 CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | configure | 13095 for cf_header_path in $CPPFLAGS $CFLAGS 13097 case "$cf_header_path" in 13099 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 13101 test "x$cf_header_path" != "xNONE" && \ 13102 test -d "$cf_header_path" && \ 13104 test -n "$verbose" && echo " ... testing for include-directories under $cf_header_path" 13105 test -d "$cf_header_path/include" && cf_search="$cf_search $cf_header_path/include" 13106 test -d "$cf_header_path/include/utf8" && cf_search="$cf_search $cf_header_path/include/utf8" 13107 …test -d "$cf_header_path/include/utf8/include" && cf_search="$cf_search $cf_header_path/include… 13108 test -d "$cf_header_path/utf8/include" && cf_search="$cf_search $cf_header_path/utf8/include" [all …]
|
| H A D | aclocal.m4 | 3963 for cf_header_path in $CPPFLAGS $CFLAGS 3965 case "$cf_header_path" in 3967 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 3968 CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
|