[MPlayer-cvslog] r20731 - trunk/configure

diego subversion at mplayerhq.hu
Mon Nov 6 01:13:37 CET 2006


Author: diego
Date: Mon Nov  6 01:13:37 2006
New Revision: 20731

Modified:
   trunk/configure

Log:
Remove deprecated install-path option.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Nov  6 01:13:37 2006
@@ -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) ;;



More information about the MPlayer-cvslog mailing list