changeset 20715:8eedf8815024

Remove deprecated install-path option.
author diego
date Mon, 06 Nov 2006 00:13:37 +0000
parents 35d28d720d2b
children c0ad3f884876
files configure
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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) ;;