Index: configure =================================================================== diff -u -r702dc0610831a0a1a680986fe32e058514ba45eb -r78e6c23b4195221aba2a75be9e813382d74f20fb --- configure (.../configure) (revision 702dc0610831a0a1a680986fe32e058514ba45eb) +++ configure (.../configure) (revision 78e6c23b4195221aba2a75be9e813382d74f20fb) @@ -2010,14 +2010,6 @@ fi -# Check whether --with-all was given. -if test "${with_all+set}" = set; then - withval=$with_all; with_all=$withval -else - with_all=no -fi - - # Check whether --with-tclinclude was given. if test "${with_tclinclude+set}" = set; then withval=$with_tclinclude; with_tclinclude=${withval} @@ -12751,7 +12743,7 @@ mkdir -p $subdir confdir=${srcdir}/$subdir fi - (cd $subdir; echo $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}; eval $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}) + (cd $subdir; echo $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}; eval $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}) done