summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormaurj <[email protected]>2007-05-04 20:02:03 +0000
committermaurj <[email protected]>2007-05-04 20:02:03 +0000
commit198cd0b998622ed0b35724a59833897c28e8dc9f (patch)
tree300dd494071e32e96399e692dfb9469b1915cbbd /configure
parentb7d2b3ed7b394b9d549d781af306dc888e9ebbb0 (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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4f5fc2424..d98369405 100755
--- a/configure
+++ b/configure
@@ -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."