Lines Matching refs:local_dir
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $local_dir" >&5
4817 $as_echo "$local_dir" >&6; }
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Defaulting to $local_dir" >&5
4823 $as_echo "Defaulting to $local_dir" >&6; }
4827 if test "$GCC" = yes -a "$local_dir" != no; then
4829 have_local_include=`${CC-cc} -c -v conftest.c 2>&1 | grep "${local_dir}/include"`
4830 have_local_lib=`${CC-cc} -c -v conftest.c 2>&1 | grep "${local_dir}/lib"`
4833 if test -z "$have_local_lib" -a -d "${local_dir}/lib"; then
4834 tt=`echo "$LDFLAGS" | sed -e "s+-L${local_dir}/lib ++g" -e "s+-L${local_dir}/lib$++g"`
4836 LDFLAGS="$LDFLAGS -L${local_dir}/lib"
4839 if test -z "$have_local_include" -a -d "${local_dir}/include"; then
4840 tt=`echo "$CPPFLAGS" | sed -e "s+-I${local_dir}/include ++g" -e "s+-I${local_dir}/include$++g"`
4842 CPPFLAGS="$CPPFLAGS -I${local_dir}/include"