aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-07-05 09:35:11 +0000
committerGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-07-05 09:35:11 +0000
commitf36ae07c58db50165d13a01a958a3f7631648dce (patch)
treeb44df2c20dd9d9b1369d0a5c4106cd025a4b9626 /autogen.sh
parent295a09602355e2b500116bf384e9e8464d684989 (diff)
Update external gtest to 1.5.0.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
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