if [ "${LIBAFTERSTEP_SO}" == "y" ]
then OPTS="${OPTS} --enable-sharedlibs --disable-staticlibs"
else OPTS="${OPTS} --disable-sharedlibs --enable-staticlibs"
fi &&
default_build
