Home
last modified time | relevance | path

Searched refs:local_dir (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dconfigure.ac302 local_dir="$withval"
312 AC_MSG_RESULT($local_dir)
314 local_dir=/usr/local
315 AC_MSG_RESULT(Defaulting to $local_dir)
317 if test "$GCC" = yes -a "$local_dir" != no; then
324 if test -z "$have_local_lib" -a -d "${local_dir}/lib"; then
325 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"; then
331 tt=`echo "$CPPFLAGS" | sed -e "s+-I${local_dir}/include ++g" -e "s+-I${local_dir}/include$++g"`
[all …]
/vim-8.2.3635/src/auto/
H A Dconfigure4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $local_dir" >&5
4817 $as_echo "$local_dir" >&6; }
4823 $as_echo "Defaulting to $local_dir" >&6; }
4827 if test "$GCC" = yes -a "$local_dir" != no; then
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"`
[all …]