summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-09-30 16:17:34 +0000
committerjbrjake <[email protected]>2008-09-30 16:17:34 +0000
commit868b9d0db5b5607fa8e5d4cdc1ad862eef275054 (patch)
tree0958c6b7b427b43a6454942344df84ed58dc6b30 /configure
parent61c1381f6648125c5c50676146b8a23cc6eb3ac4 (diff)
...and apparently make doesn't work in Windows (?!)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1794 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure21
1 files changed, 15 insertions, 6 deletions
diff --git a/configure b/configure
index 33e26ca74..19d19b53c 100755
--- a/configure
+++ b/configure
@@ -65,6 +65,7 @@ case $SYSTEM in
echo "Unsupported operating system"
exit 1 ;;
esac
+echo
echo "System: $SYSTEM"
# Check for endianness (we need to define WORDS_BIGENDIAN for libdvdread)
@@ -137,14 +138,22 @@ CSS = $CSS ;
EOF
echo
-echo "Don't run configure by hand, make runs it automatically."
+echo "* Mac and Linux:"
+echo
+echo " Don't run configure by hand, make runs it automatically."
+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 "No, really. That's it. Just type 'make' and hit return."
+echo "* Windows:"
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 or Windows."
+echo " Be sure to always run configure (this script) before building."
+echo " Then, run:"
+echo " 'jam'"
echo
echo "To make jam, boil fruit with sugar and an acid until pectins are released."
echo