Fixed a typo in step 3, which described repeating configure (step 1) but skipping make (step 2) as 'not necessary to repeat steps 1 and 2'.

svn: r14718
This commit is contained in:
Carl Eastlund 2009-05-05 12:49:51 +00:00
parent f53cd57dc8
commit d66d3b1822

View File

@ -195,9 +195,9 @@ Detailed instructions:
created, or because the target directory is not the one you
wanted, then you can try repeating step 3 after runing `configure'
again with a new --prefix value. That is, sometimes it is not
necessary to repeat steps 1 or 2 (so try it and find out). On
other platforms and configurations, it is necessary to start with
a clean build directory when changing the --prefix value, because
necessary to repeat step 2 (so try it and find out). On other
platforms and configurations, it is necessary to start with a
clean build directory when changing the --prefix value, because
the path gets wired into shared objects.
If you build frequently from the Subversion-based sources, beware