AC_INIT(xaland.class) if test "x$prefix" != xNONE; then RESOLVED_PREFIX=$prefix else RESOLVED_PREFIX=$ac_default_prefix fi if test "x$exec_prefix" != xNONE; then RESOLVED_EXEC_PREFIX=$exec_prefix else RESOLVED_EXEC_PREFIX=$RESOLVED_PREFIX fi dnl General AC_MSG_CHECKING("for the bin dir") HELM_BIN_DIR=$RESOLVED_EXEC_PREFIX/bin AC_MSG_RESULT($HELM_BIN_DIR) AC_MSG_CHECKING("for the lib/helm dir") HELM_LIB_DIR=$RESOLVED_PREFIX/lib/helm AC_MSG_RESULT($HELM_LIB_DIR) AC_MSG_CHECKING("for the stylesheets\' dir") RES="" AC_CACHE_VAL(helm_cv_HELM_STYLES_DIR, echo "Where should I find the stylesheets? Note: your answer must be the path of the directory in which the stylesheets in the helm_data package have been installed." read helm_cv_HELM_STYLES_DIR RES="Asked" ) HELM_STYLES_DIR=$helm_cv_HELM_STYLES_DIR if test "$RES" != "Asked" ; then HELM_STYLES_DIR=`eval "echo $HELM_STYLES_DIR"` AC_MSG_RESULT($HELM_STYLES_DIR) fi AC_CACHE_SAVE AC_SUBST(HELM_LIB_DIR) AC_SUBST(HELM_BIN_DIR) AC_SUBST(HELM_STYLES_DIR) AC_OUTPUT([Makefile start-xaland], chmod +x start-xaland)