comparison configure @ 7109:4c51b2ae28c7

Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir. Patch by Dominik Mierzejewski <dominik@rangers.eu.org>.
author diego
date Wed, 28 Aug 2002 11:20:48 +0000
parents ee5e9d11dc46
children b65b78640d49
comparison
equal deleted inserted replaced
7108:3284ffd653b3 7109:4c51b2ae28c7
1271 esac 1271 esac
1272 done 1272 done
1273 1273
1274 # Atmos: moved this here, to be correct, if --prefix is specified 1274 # Atmos: moved this here, to be correct, if --prefix is specified
1275 test -z "$_datadir" && _datadir="$_prefix/share/mplayer" 1275 test -z "$_datadir" && _datadir="$_prefix/share/mplayer"
1276 test -z "$_confdir" && _confdir="$_datadir" 1276 test -z "$_confdir" && _confdir="$_prefix/etc/mplayer"
1277 test -z "$_libdir" && _libdir="$_prefix/lib" 1277 test -z "$_libdir" && _libdir="$_prefix/lib"
1278 test -z "$_mlibdir" && _mlibdir="$MLIBHOME" 1278 test -z "$_mlibdir" && _mlibdir="$MLIBHOME"
1279 1279
1280 if x86 ; then 1280 if x86 ; then
1281 # Checking assembler (_as) compatibility... 1281 # Checking assembler (_as) compatibility...