summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 00:54:56 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 00:54:56 +0000
commit54a5d37313dd00be48501f80c41b700eee11176c (patch)
tree978b06bbab74de8d529107c38d25435ad1f674b9 /configure.ac
parentadf85093a9659fc9bbfb7f4bb973be557c4849b9 (diff)
downloadgoogletest-54a5d37313dd00be48501f80c41b700eee11176c.tar.gz
Adds an Xcode project for building gtest. By Preston Jackson.
git-svn-id: http://googletest.googlecode.com/svn/trunk@67 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c660ec2..3d69e71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,7 @@
+# At this point, the Xcode project assumes the version string will be three
+# integers separated by periods and surrounded by square brackets (e.g.
+# "[1.0.1]"). It also asumes that there won't be any closing parenthesis
+# between "AC_INIT(" and the closing ")" including comments and strings.
AC_INIT([Google C++ Testing Framework],
[1.0.1],
[googletestframework@googlegroups.com],