summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f436650)
raw | patch | inline | side by side (parent: f436650)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 16:37:26 +0000 (18:37 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 16:37:26 +0000 (18:37 +0200) |
AC_PATH_PROG calls AC_SUBST for us.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index beb30c282edce273d409af71a2044d12b58ec016..5ab5f0d78b4a7a508f1fadaef4cb4c7f3634fbc8 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_PROG_YACC
AC_PATH_PROG([VALGRIND], [valgrind])
-AC_SUBST([VALGRIND])
# Warn when pkg.m4 is missing
m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
fi
AC_MSG_RESULT([$protoc3])
fi
-AC_SUBST([PROTOC])
AM_CONDITIONAL(HAVE_PROTOC3, test "x$have_protoc3" = "xyes")
AC_PATH_PROG([GRPC_CPP_PLUGIN], [grpc_cpp_plugin])
-AC_SUBST([GRPC_CPP_PLUGIN])
AM_CONDITIONAL(HAVE_GRPC_CPP, test "x$GRPC_CPP_PLUGIN" != "x")
AC_CHECK_PROG([have_protoc_c], [protoc-c], [yes], [no])