diff options
author | maurj <[email protected]> | 2007-05-04 20:02:03 +0000 |
---|---|---|
committer | maurj <[email protected]> | 2007-05-04 20:02:03 +0000 |
commit | 198cd0b998622ed0b35724a59833897c28e8dc9f (patch) | |
tree | 300dd494071e32e96399e692dfb9469b1915cbbd /configure | |
parent | b7d2b3ed7b394b9d549d781af306dc888e9ebbb0 (diff) |
Changed a few "MediaFork" references in the textfile docs to say "HandBrake" instead. Amended the "configure" success output to recommend "make" over "jam" for Mac OS X builds, as this is a better option for the average SVN checkout user now that the UB precompiled contribs system is working well.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@567 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,6 +93,6 @@ LINKLIBS = $LINKLIBS ; EOF echo -echo "To build MediaFork, run:" -echo " './jam' on a Mac (or 'make' to try the UB build method)," +echo "To build HandBrake, run:" +echo " 'make' on a Mac (or './jam' to build all libraries from source)," echo " 'jam' on Linux or Windows." |