Preferences updates - removal of options that no longer apply

svn: r1163
This commit is contained in:
Don Allingham
2002-11-04 04:18:56 +00:00
parent 9e89a5b4ad
commit cd446082ce
13 changed files with 55 additions and 86 deletions

42
gramps2/configure vendored
View File

@@ -1441,7 +1441,7 @@ fi
# Define the identity of the package.
PACKAGE=gramps
VERSION=0.9.0pre1
VERSION=0.9.0pre2
cat >>confdefs.h <<_ACEOF
@@ -1834,6 +1834,45 @@ else
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "swig", so it can be a program name with args.
set dummy swig; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_SWIG+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $SWIG in
[\\/]* | ?:[\\/]*)
ac_cv_path_SWIG="$SWIG" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_SWIG="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
;;
esac
fi
SWIG=$ac_cv_path_SWIG
if test -n "$SWIG"; then
echo "$as_me:$LINENO: result: $SWIG" >&5
echo "${ECHO_T}$SWIG" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[:3]"`
@@ -4542,6 +4581,7 @@ s,@pkgpythondir@,$pkgpythondir,;t t
s,@pyexecdir@,$pyexecdir,;t t
s,@pkgpyexecdir@,$pkgpyexecdir,;t t
s,@BINSH@,$BINSH,;t t
s,@SWIG@,$SWIG,;t t
s,@PYTHON22@,$PYTHON22,;t t
s,@ZIP@,$ZIP,;t t
s,@CC@,$CC,;t t