summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 14:30:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 14:30:16 +0000
commit8f28855b4f2052b37eeba29296d58163bec25239 (patch)
tree4bc1c335050f418108f1ec8aa3f239a0e5f8d021 /configure
parentbd5b237ceb40b897398d2c4aa89c01e670a2eb50 (diff)
downloadmpv-8f28855b4f2052b37eeba29296d58163bec25239.tar.bz2
mpv-8f28855b4f2052b37eeba29296d58163bec25239.tar.xz
Add a note to the --help output that explains how our configure works,
especially the --enable case that is different from autoconf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15645 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 6b9ca83dd0..b35da460a5 100755
--- a/configure
+++ b/configure
@@ -370,6 +370,11 @@ multiple paths separated by ':'):
--with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config)
--with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config)
--with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config)
+
+This configure script is NOT autoconf-based, even though its output is similar.
+It will try to autodetect all configuration options. If you --enable an option
+it will be forcefully turned on, skipping autodetection. This can break
+compilation, so you need to know what you are doing.
EOF
exit 0
fi