aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use SVN externals for gtest.kenton@google.com2009-07-311-16/+9
|
* Hopefully make autogen.sh run on solaris.kenton@google.com2009-05-011-2/+2
|
* Update MSVC project files to work with new gtest bundling strategy.kenton@google.com2009-04-221-0/+9
|
* Update bundled gtest to latest version (1.3.0) and include it as akenton@google.com2009-04-211-1/+8
| | | | | | | | | | | | | | | | | nested autoconf package rather than as raw source. This way we can trivially update it again in the future. Actually, this change doesn't even include gtest in protobuf's SVN. Instead, we auto-download it when autogen.sh is invoked. Note that it will be included in release distributions, though. TODO: * Add a configure option to use the system's installed gtest rather than the bundled copy. Apparently the gtest maintainers are working on some general-purpose autoconf macros which will do this automagically. * Update MSVC project files.
* Pass -Wall,no-obsolete to autoreconf.kenton@google.com2008-09-301-2/+2
|
* Improve autogen.sh.kenton@google.com2008-09-301-7/+2
|
* Initial checkin.temporal2008-07-101-0/+27