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:
diego 2006-11-06 00:13:37 +00:00
parent a61e6aeafd
commit ed974e7c72
1 changed files with 0 additions and 7 deletions

7
configure vendored
View File

@ -391,9 +391,6 @@ Miscellaneous options:
\$LINGUAS is also honored) [en] \$LINGUAS is also honored) [en]
(Available: $LANGUAGES all) (Available: $LANGUAGES all)
--with-install=PATH path to a custom install program --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] --enable-color-console enable color console output [disable]
Advanced options: Advanced options:
@ -526,9 +523,6 @@ for ac_option do
--disable-cross-compile) --disable-cross-compile)
_cross_compile=no _cross_compile=no
;; ;;
--install-path=*)
_install=`echo $ac_option | cut -d '=' -f 2 | sed 's/\/$//'`"/install"
;;
--with-install=*) --with-install=*)
_install=`echo $ac_option | cut -d '=' -f 2 ` _install=`echo $ac_option | cut -d '=' -f 2 `
;; ;;
@ -1738,7 +1732,6 @@ for ac_option do
--disable-runtime-cpudetection) ;; --disable-runtime-cpudetection) ;;
--enable-cross-compile) ;; --enable-cross-compile) ;;
--disable-cross-compile) ;; --disable-cross-compile) ;;
--install-path=*) ;;
--with-install=*) ;; --with-install=*) ;;
--enable-profile) ;; --enable-profile) ;;
--disable-profile) ;; --disable-profile) ;;