[MPlayer-users] make it possible to use ginstall and similiar as install programm
Thomas Glanzmann
sithglan at stud.uni-erlangen.de
Thu Oct 16 15:35:08 CEST 2003
Hi together,
many Solaris sparc systems name the gnu install 'ginstall'. The here
provided patch make it possible to specify a fullqualified path to the
install binary instead of only the path and appending '/install'.
Thomas
-------------- next part --------------
--- configure.orig 2003-10-14 10:56:07.166528000 -0400
+++ configure 2003-10-14 11:02:19.311082000 -0400
@@ -256,7 +256,7 @@
honored) [en]
(Available: $LANGUAGES all)
--enable-shared-pp install & use shared postprocessing lib
- --install-path=PATH the path to a custom install program (useful if
+ --with-install=PATH the path to a custom install program (useful if
your OS uses a GNU-incompatible install utility by
default and you want to point to the GNU version)
@@ -361,8 +361,8 @@
--disable-runtime-cpudetection)
_runtime_cpudetection=no
;;
- --install-path=*)
- _install=`echo $ac_option | cut -d '=' -f 2 | sed 's/\/$//'`"/install"
+ --with-install=*)
+ _install=`echo $ac_option | cut -d '=' -f 2`
;;
esac
done
@@ -1182,7 +1182,7 @@
--with-extralibdir=*) ;;
--enable-runtime-cpudetection) ;;
--disable-runtime-cpudetection) ;;
- --install-path=*) ;;
+ --with-install=*) ;;
# Real 2nd pass
--enable-mencoder) _mencoder=yes ;;
More information about the MPlayer-users
mailing list