• Home
  • Raw
  • Download

Lines Matching +full:bad +full:- +full:build +full:- +full:check

33 AC_INIT(breakpad, 0.1, google-breakpad-dev@googlegroups.com)
34 dnl Sanity check: the argument is just a file that should exist.
40 AM_INIT_AUTOMAKE(subdir-objects tar-ustar 1.11.1)
54 AS_HELP_STRING([--enable-m32],
55 [Compile/build with -m32]
59 CFLAGS="${CFLAGS} -m32"
60 CXXFLAGS="${CXXFLAGS} -m32"
67 AC_MSG_ERROR(bad value ${enableval} for --enable-m32)
86 AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option],[
87 ax_compiler_flags_test="-Werror=unknown-warning-option"
92 -Wmissing-braces
93 -Wnon-virtual-dtor
94 -Woverloaded-virtual
95 -Wreorder
96 -Wsign-compare
97 -Wunused-local-typedefs
98 -Wunused-variable
99 -Wvla
101 AS_VAR_APPEND([WARN_CXXFLAGS], " -Werror")
109 # Only build Linux client libs when compiling for Linux
111 *-*-linux* | *-android* )
119 *-android*)
134 AS_HELP_STRING([--disable-processor],
135 [Don't build processor library]
145 AC_MSG_ERROR(bad value ${enableval} for --disable-processor)
152 AS_HELP_STRING([--disable-tools],
153 [Don't build tool binaries]
163 AC_MSG_ERROR(bad value ${enableval} for --disable-tools)
169 if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools = xtrue; then
170 …AC_MSG_ERROR([--disable-processor and --disable-tools were specified, and not building for Linux. …
173 AC_ARG_ENABLE(system-test-libs,
174 AS_HELP_STRING([--enable-system-test-libs],
185 AC_MSG_ERROR(bad value ${enableval} for --enable-system-test-libs)
196 : "${GMOCK_CFLAGS:=-pthread}"
197 : "${GMOCK_LIBS:=-lgmock -lgtest -pthread -lpthread}"
198 : "${GTEST_CFLAGS:=-pthread}"
199 : "${GTEST_LIBS:=-lgtest -pthread -lpthread}"
203 AS_HELP_STRING([--enable-selftest],
204 [Run extra tests with "make check" ]
215 AC_MSG_ERROR(bad value ${enableval} for --enable-selftest)
221 AC_ARG_WITH(rust-demangle,
222 AS_HELP_STRING([--with-rust-demangle=/path/to/rust-demangle-capi],
223 [Link against the rust-demangle library]
229 … AC_MSG_ERROR(You must pass the path to the rust-demangle-capi crate for --with-rust-demangle)
235 if ! test -f "${withval}/Cargo.toml"; then
236 … AC_MSG_ERROR(You must pass the path to the rust-demangle-capi crate for --with-rust-demangle)
238 RUST_DEMANGLE_CFLAGS="-DHAVE_RUST_DEMANGLE -I${withval}/target/include"
239 RUST_DEMANGLE_LIBS="-L${withval}/target/release -lrust_demangle -lpthread -ldl"
243 AC_ARG_VAR([RUST_DEMANGLE_CFLAGS], [Compiler flags for rust-demangle])
244 AC_ARG_VAR([RUST_DEMANGLE_LIBS], [Linker flags for rust-demangle])
246 AC_ARG_WITH(tests-as-root,
247 AS_HELP_STRING([--with-tests-as-root],
249 [like travis-ci.org that require root privileges]
259 AC_MSG_ERROR(--with-tests-as-root can only be "yes" or "no")
267 breakpad-client.pc