Home | History | Annotate | Download | only in util

Lines Matching refs:protoc

50 AC_ARG_WITH([protoc],
51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
134 PROTOC=$with_protoc
136 # No argument given. Use system protoc.
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
144 # is a nested package and --with-protoc was actually given on the outer
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTOC
148 AC_SUBST([PROTOC])