Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
a37feafd42543b9a4b3192a4a9478b93e7308a24
/
.
/
build
/
docker
/
scripts
/
autotools.sh
blob: 67e4f2d1928277f5d6ee4d723ad290c75e0597e7 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
ev
# haxe hxcpp > 3.4.188 will enable c++11 by default, and break the
# build when compiling C files with clang++ by adding -std=c++11
export HXCPP_NO_CPP11
=
1
./
bootstrap
.
sh
./
configure $
*
make check
-
j3