From ed974e7c723efa9425a86a9d813b8cd7fbef5071 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 6 Nov 2006 00:13:37 +0000 Subject: [PATCH] Remove deprecated install-path option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20731 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index 836439aa8b..6c27b16b3e 100755 --- a/configure +++ b/configure @@ -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) ;;