Fixes instructions for building on Mac OS X.

This commit is contained in:
shiqian 2008-07-11 20:01:35 +00:00
parent 8bbeac4c24
commit c67d1a2ae8

6
README
View File

@ -74,10 +74,10 @@ are using Linux, Mac OS X, or Cygwin. Enter the target directory of
the checkout command you used ('gtest-svn' or 'gtest-X.Y-svn' above) the checkout command you used ('gtest-svn' or 'gtest-X.Y-svn' above)
and proceed with the following commands: and proceed with the following commands:
$ aclocal-1.9 # Where "1.9" must match the following automake command $ aclocal-1.9 # Where "1.9" must match the following automake command.
$ libtoolize -c $ libtoolize -c # Use "glibtoolize -c" instead on Mac OS X.
$ autoheader $ autoheader
$ automake-1.9 -ac # See Automake version requirements above $ automake-1.9 -ac # See Automake version requirements above.
$ autoconf $ autoconf
While this is a bit complicated, it will most often be automatically re-run by While this is a bit complicated, it will most often be automatically re-run by