mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Remove deprecated install-path option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20731 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a61e6aeafd
commit
ed974e7c72
7
configure
vendored
7
configure
vendored
@ -391,9 +391,6 @@ Miscellaneous options:
|
||||
\$LINGUAS is also honored) [en]
|
||||
(Available: $LANGUAGES all)
|
||||
--with-install=PATH path to a custom install program
|
||||
--install-path=PATH path to a custom install program
|
||||
this option is obsolete and will be removed soon,
|
||||
use --with-install instead.
|
||||
--enable-color-console enable color console output [disable]
|
||||
|
||||
Advanced options:
|
||||
@ -526,9 +523,6 @@ for ac_option do
|
||||
--disable-cross-compile)
|
||||
_cross_compile=no
|
||||
;;
|
||||
--install-path=*)
|
||||
_install=`echo $ac_option | cut -d '=' -f 2 | sed 's/\/$//'`"/install"
|
||||
;;
|
||||
--with-install=*)
|
||||
_install=`echo $ac_option | cut -d '=' -f 2 `
|
||||
;;
|
||||
@ -1738,7 +1732,6 @@ for ac_option do
|
||||
--disable-runtime-cpudetection) ;;
|
||||
--enable-cross-compile) ;;
|
||||
--disable-cross-compile) ;;
|
||||
--install-path=*) ;;
|
||||
--with-install=*) ;;
|
||||
--enable-profile) ;;
|
||||
--disable-profile) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user