summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 00:54:56 (GMT)
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 00:54:56 (GMT)
commitdbc56bf84bfa3fe27146b56f468a736941892dcc (patch)
tree978b06bbab74de8d529107c38d25435ad1f674b9 /configure.ac
parent253d2bc5760533c136f5b1b34b8c6f03d79fc538 (diff)
downloadgoogletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.zip
googletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.tar.gz
googletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.tar.bz2
Adds an Xcode project for building gtest. By Preston Jackson.
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],