[Mplayer-cvslog] CVS: main configure,1.798,1.799
Attila Kinali CVS
attila at mplayerhq.hu
Sat Nov 1 15:58:02 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv8885
Modified Files:
configure
Log Message:
define install itself instead of a path to install, needed for ginstall
original patch by Thomas Glanzmann <sithglan at stud.uni-erlangen.de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.798
retrieving revision 1.799
diff -u -r1.798 -r1.799
--- configure 30 Oct 2003 14:57:06 -0000 1.798
+++ configure 1 Nov 2003 14:57:40 -0000 1.799
@@ -264,9 +264,12 @@
honored) [en]
(Available: $LANGUAGES all)
--enable-shared-pp install & use shared postprocessing lib
- --install-path=PATH the path to a custom install program (useful if
- your OS uses a GNU-incompatible install utility by
- default and you want to point to the GNU version)
+ --with-install=PATH use a custom install program (useful if your OS uses
+ a GNU-incompatible install utility by default and
+ you want to use GNU version)
+ --install-path=PATH the path to a custom install program
+ this option is obsolete and will be removed soon,
+ use --with-install instead.
Advanced options:
--enable-mmx build with MMX support [autodetect]
@@ -372,6 +375,9 @@
--install-path=*)
_install=`echo $ac_option | cut -d '=' -f 2 | sed 's/\/$//'`"/install"
;;
+ --with-install=*)
+ _install=`echo $ac_option | cut -d '=' -f 2 `
+ ;;
esac
done
@@ -1200,6 +1206,7 @@
--enable-runtime-cpudetection) ;;
--disable-runtime-cpudetection) ;;
--install-path=*) ;;
+ --with-install=*) ;;
# Real 2nd pass
--enable-mencoder) _mencoder=yes ;;
More information about the MPlayer-cvslog
mailing list