--- gstreamer-0.8.3-orig/configure 2004-06-05 13:33:47.000000000 +0000 +++ gstreamer-0.8.3/configure 2004-07-16 00:47:49.678691712 +0000 @@ -26316,49 +26316,9 @@ if test "x$PLUGINS_USE_BUILDDIR" = "xyes"; then GST_CACHE_DIR=`pwd` else - GST_CACHE_DIR=${localstatedir}/cache/gstreamer-$GST_MAJORMINOR + GST_CACHE_DIR="\${localstatedir}"/cache/gstreamer-$GST_MAJORMINOR fi -# Check whether --with-cachedir or --without-cachedir was given. -if test "${with_cachedir+set}" = set; then - withval="$with_cachedir" - case "${withval}" in - yes) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-cachedir" >&5 -echo "$as_me: error: bad value ${withval} for --with-cachedir" >&2;} - { (exit 1); exit 1; }; } ;; - no) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-cachedir" >&5 -echo "$as_me: error: bad value ${withval} for --with-cachedir" >&2;} - { (exit 1); exit 1; }; } ;; - *) GST_CACHE_DIR="${withval}" ;; -esac -else - : -fi; - - EXP_VAR=GST_CACHE_DIR - FROM_VAR=$GST_CACHE_DIR - - prefix_save=$prefix - exec_prefix_save=$exec_prefix - - if test "x$prefix" = "xNONE"; then - prefix="$ac_default_prefix" - fi - if test "x$exec_prefix" = "xNONE"; then - exec_prefix=$prefix - fi - - full_var="$FROM_VAR" - while true; do - new_full_var="`eval echo $full_var`" - if test "x$new_full_var" = "x$full_var"; then break; fi - full_var=$new_full_var - done - - full_var=$new_full_var - GST_CACHE_DIR="$full_var" - - prefix=$prefix_save exec_prefix=$exec_prefix_save