diff options
author | jbrjake <[email protected]> | 2008-09-30 19:17:10 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-09-30 19:17:10 +0000 |
commit | d2787528d2a511c8ff314b687deb00c09e1599cf (patch) | |
tree | f345d01ee3cf4cc9b444e8fb487a23a315a6fa87 /configure | |
parent | a533a9e53112490f897c1d3b2f8207b6dd4f007e (diff) |
...and apparently there wasn't anything wrong with make in Windows after all.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1797 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 6 insertions, 14 deletions
@@ -138,22 +138,14 @@ CSS = $CSS ; EOF echo -echo "* Mac and Linux:" +echo "Don't run configure by hand, make runs it automatically." echo -echo " Don't run configure by hand, make runs it automatically." +echo "No, really. That's it. Just type 'make' and hit return." echo -echo " No, really. That's it. Just type 'make' and hit return." -echo -echo " You're supposed to be building with make, not jam." -echo " If you were going to use jam--which you shouldn't--you'd run:" -echo " './jam' on a Mac, or" -echo " 'jam' on Linux" -echo -echo "* Windows:" -echo -echo " Be sure to always run configure (this script) before building." -echo " Then, run:" -echo " 'jam'" +echo "You're supposed to be building with make, not jam." +echo "If you were going to use jam--which you shouldn't--you'd run:" +echo " './jam' on a Mac, or" +echo " 'jam' on Linux or Windows" echo echo "To make jam, boil fruit with sugar and an acid until pectins are released." echo |