diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-07-25 00:54:56 +0000 |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-07-25 00:54:56 +0000 |
commit | dbc56bf84bfa3fe27146b56f468a736941892dcc (patch) | |
tree | 978b06bbab74de8d529107c38d25435ad1f674b9 /configure.ac | |
parent | 253d2bc5760533c136f5b1b34b8c6f03d79fc538 (diff) | |
download | googletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.tar.gz googletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.tar.bz2 googletest-dbc56bf84bfa3fe27146b56f468a736941892dcc.zip |
Adds an Xcode project for building gtest. By Preston Jackson.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c660ec2d..3d69e719 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], |