From e6c8c248d2d9b57348c17d0a309543c6fcfdbdf1 Mon Sep 17 00:00:00 2001 From: shiqian Date: Fri, 11 Jul 2008 20:01:35 +0000 Subject: [PATCH] Fixes instructions for building on Mac OS X. --- trunk/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/README b/trunk/README index 2646bab0e..20b5e9a9f 100644 --- a/trunk/README +++ b/trunk/README @@ -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) and proceed with the following commands: - $ aclocal-1.9 # Where "1.9" must match the following automake command - $ libtoolize -c + $ aclocal-1.9 # Where "1.9" must match the following automake command. + $ libtoolize -c # Use "glibtoolize -c" instead on Mac OS X. $ autoheader - $ automake-1.9 -ac # See Automake version requirements above + $ automake-1.9 -ac # See Automake version requirements above. $ autoconf While this is a bit complicated, it will most often be automatically re-run by