# HG changeset patch # User diego # Date 1162772017 0 # Node ID 8eedf8815024692c00c1c8477eedc8fbb37a4e9f # Parent 35d28d720d2bd57f9e979278de71600efe96f0b1 Remove deprecated install-path option. diff -r 35d28d720d2b -r 8eedf8815024 configure --- a/configure Mon Nov 06 00:09:07 2006 +0000 +++ b/configure Mon Nov 06 00:13:37 2006 +0000 @@ -391,9 +391,6 @@ \$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 @@ --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 @@ --disable-runtime-cpudetection) ;; --enable-cross-compile) ;; --disable-cross-compile) ;; - --install-path=*) ;; --with-install=*) ;; --enable-profile) ;; --disable-profile) ;;