]> granicus.if.org Git - handbrake/commitdiff
Give more explanations on the jam/jamintel commands...
authorprigaux <pri@nopapers.org>
Fri, 5 Jan 2007 10:01:09 +0000 (10:01 +0000)
committerprigaux <pri@nopapers.org>
Fri, 5 Jan 2007 10:01:09 +0000 (10:01 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@92 b64f7644-9d1e-0410-96f1-a4d463321fa5

configure

index 1658193f956f284c98315b70aeef7fa3ab554237..02cea51b416abb60ba94b68306b316769361c5f0 100755 (executable)
--- a/configure
+++ b/configure
@@ -93,4 +93,7 @@ LINKLIBS = $LINKLIBS ;
 EOF
 
 echo
-echo "To build HandBrake, run 'jam'."
+echo "To build HandBrake, run:"
+echo " './jamintel' on a Mac Intel,"
+echo " './jam' on a PPC Mac,"
+echo " 'jam' on Linux or Windows."