Searched refs:local_dir (Results 1 – 2 of 2) sorted by relevance
302 local_dir="$withval"312 AC_MSG_RESULT($local_dir)314 local_dir=/usr/local315 AC_MSG_RESULT(Defaulting to $local_dir)317 if test "$GCC" = yes -a "$local_dir" != no; then324 if test -z "$have_local_lib" -a -d "${local_dir}/lib"; then325 tt=`echo "$LDFLAGS" | sed -e "s+-L${local_dir}/lib ++g" -e "s+-L${local_dir}/lib$++g"`327 LDFLAGS="$LDFLAGS -L${local_dir}/lib"330 if test -z "$have_local_include" -a -d "${local_dir}/include"; then331 tt=`echo "$CPPFLAGS" | sed -e "s+-I${local_dir}/include ++g" -e "s+-I${local_dir}/include$++g"`[all …]
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $local_dir" >&54817 $as_echo "$local_dir" >&6; }4823 $as_echo "Defaulting to $local_dir" >&6; }4827 if test "$GCC" = yes -a "$local_dir" != no; then4830 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"; then4834 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"; then4840 tt=`echo "$CPPFLAGS" | sed -e "s+-I${local_dir}/include ++g" -e "s+-I${local_dir}/include$++g"`[all …]