Home | History | Annotate | Download | only in m4m

Lines Matching full:try_

121 			try_[$1]=no
124 try_[$1]=auto
126 AC_ARG_WITH([$2],[AS_HELP_STRING([gp_lib_arg][=PREFIX],[where to find ][$2][, "no" or "auto"])],[try_][$1][="$withval"])
127 if test "x${[try_][$1]}" = "xauto"; then [try_][$1]=autodetect; fi
128 AC_MSG_RESULT([${try_][$1][}])
130 if test "x${[try_][$1]}" = "xautodetect"; then
202 elif test "x${[try_][$1]}" = "xno"; then
205 [$1][_LIBS]="-L${[try_][$1]}/lib -l$(echo "$2" | sed 's/^lib//')"
206 [$1][_CFLAGS]="-I${[try_][$1]}/include"
295 if test "x${[try_][$1]}" != "xno" && test "x${[have_][$1]}" = "xno"; then