Searched refs:cf_header_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/dialog/ |
| H A D | configure | 9543 for cf_header_path in $CPPFLAGS $CFLAGS 9545 case "$cf_header_path" in 9547 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 9549 test "x$cf_header_path" != "xNONE" && \ 9550 test -d "$cf_header_path" && \ 9552 test -n "$verbose" && echo " ... testing for include-directories under $cf_header_path" 9553 test -d "$cf_header_path/include" && cf_search="$cf_search $cf_header_path/include" 9554 …test -d "$cf_header_path/include/iconv" && cf_search="$cf_search $cf_header_path/include/ico… 9555 …test -d "$cf_header_path/include/iconv/include" && cf_search="$cf_search $cf_header_path/includ… 9556 …test -d "$cf_header_path/iconv/include" && cf_search="$cf_search $cf_header_path/iconv/inclu… [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/contrib/ncurses/ |
| H A D | configure | 13465 for cf_header_path in $CPPFLAGS $CFLAGS 13467 case "$cf_header_path" in 13469 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 13471 test "x$cf_header_path" != "xNONE" && \ 13472 test -d "$cf_header_path" && \ 13474 test -n "$verbose" && echo " ... testing for include-directories under $cf_header_path" 13475 test -d "$cf_header_path/include" && cf_search="$cf_search $cf_header_path/include" 13476 test -d "$cf_header_path/include/utf8" && cf_search="$cf_search $cf_header_path/include/utf8" 13477 …test -d "$cf_header_path/include/utf8/include" && cf_search="$cf_search $cf_header_path/include… 13478 test -d "$cf_header_path/utf8/include" && cf_search="$cf_search $cf_header_path/utf8/include" [all …]
|
| H A D | aclocal.m4 | 4101 for cf_header_path in $CPPFLAGS $CFLAGS 4103 case "$cf_header_path" in 4105 cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'` 4106 CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
|