From f36ae07c58db50165d13a01a958a3f7631648dce Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Tue, 5 Jul 2011 09:35:11 +0000 Subject: Update external gtest to 1.5.0. --- autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 04d65b16..c3e026d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,9 +18,9 @@ fi # Check that gtest is present. Usually it is already there since the # directory is set up as an SVN external. if test ! -e gtest; then - echo "Google Test not present. Fetching gtest-1.3.0 from the web..." - curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx - mv gtest-1.3.0 gtest + echo "Google Test not present. Fetching gtest-1.5.0 from the web..." + curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx + mv gtest-1.5.0 gtest fi set -ex -- cgit v1.2.3