Mercurial > mplayer.hg
changeset 15644:64aa04e95424
Add a note to the --help output that explains how our configure works,
especially the --enable case that is different from autoconf.
author | diego |
---|---|
date | Sun, 05 Jun 2005 14:30:16 +0000 |
parents | 65a8ce32e9f1 |
children | 9349c3c5c46a |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jun 05 14:17:34 2005 +0000 +++ b/configure Sun Jun 05 14:30:16 2005 +0000 @@ -370,6 +370,11 @@ --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