Home | History | Annotate | Download | only in protobuf

Lines Matching refs:PROTOC

38 AC_ARG_WITH([protoc],
39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
120 PROTOC=$with_protoc
122 # No argument given. Use system protoc.
123 PROTOC=protoc
125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
130 # is a nested package and --with-protoc was actually given on the outer
132 PROTOC=`pwd`/${ac_top_build_prefix}$PROTOC
134 AC_SUBST([PROTOC])