Index: xotcl/configure.in =================================================================== diff -u -r8c47264f39e2e6a65fc0c23d8d856a47cdf27fc4 -r55c33d4f309c661c404d79a77168110864e7258a --- xotcl/configure.in (.../configure.in) (revision 8c47264f39e2e6a65fc0c23d8d856a47cdf27fc4) +++ xotcl/configure.in (.../configure.in) (revision 55c33d4f309c661c404d79a77168110864e7258a) @@ -164,7 +164,7 @@ fi aol_prefix="/usr/local/aolserver" -if test -d "${prefix}/modules/tcl" ; then aol_prefix="$(prefix)" ; fi +if test -d "${prefix}/modules/tcl" ; then aol_prefix="${prefix}" ; fi AC_SUBST(aol_prefix) #--------------------------------------------------------------------