[MPlayer-cvslog] CVS: main configure,1.1015,1.1016
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Jun 5 16:30:19 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv24739
Modified Files:
configure
Log Message:
Add a note to the --help output that explains how our configure works,
especially the --enable case that is different from autoconf.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -r1.1015 -r1.1016
--- configure 3 Jun 2005 17:24:30 -0000 1.1015
+++ configure 5 Jun 2005 14:30:16 -0000 1.1016
@@ -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
More information about the MPlayer-cvslog
mailing list