aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-07-13 16:55:32 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-07-15 21:03:55 -0700
commit4d0fbd173780e368f4fad84fd585d110f828a01b (patch)
treeb1096f472114432827b050b1ca43b8380a57e4f9 /autogen.sh
parent474fd3160f6ef0daa7ad75941d203dfb34bcf3e5 (diff)
downloadprotobuf-4d0fbd173780e368f4fad84fd585d110f828a01b.tar.gz
protobuf-4d0fbd173780e368f4fad84fd585d110f828a01b.tar.bz2
protobuf-4d0fbd173780e368f4fad84fd585d110f828a01b.zip
Add cpp tests under release docker image.
1. Added C++ tests under the release docker image. 2. Cleaned up tests.sh and removed traivis stuff.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 580714b9..d00d2172 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,6 +28,11 @@ fi
set -ex
+# The absence of a m4 directory in googletest causes autoreconf to fail when
+# building under the CentOS docker image. It's a warning in regular build on
+# Ubuntu/gLinux as well.
+mkdir -p third_party/googletest/m4
+
# TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
autoreconf -f -i -Wall,no-obsolete