case "$MODE" in
    commandline)
        add_option "dist" "`eval_gettext "Set the distribution to be used for install"`" "regular" "true"
        ;;
    configure)
        if [ -n "$option_dist_value" ]; then
            DIST="$option_dist_value"
        fi
        ;;
esac
