message "Don't be alarmed if this spell seems to ignores your answers to the" &&
message "next questions and the optional dependencies. It does so on purpose." &&
message "Some parts of avahi depend on eachother or are automatically enabled" &&
message "by it's build system, for more info check:" &&
message "http://avahi.org/wiki/DownloadAvahi#Requirements" &&
config_query AVAHI_CLIENT "Build avahi client?" n &&
config_query AVAHI_DAEMON "Build avahi daemon?" n &&
config_query AVAHI_UTILS "Build avahi utils? (auto-enables the client)" n &&
if [[ "$AVAHI_UTILS" == 'y' ]]; then AVAHI_CLIENT=y; fi &&
config_query AVAHI_DISCOVER "Build avahi discover?" n &&
config_query AVAHI_BOOKMARKS "Build avahi bookmarks?" n &&
config_query AVAHI_AUTOIPD "Build avahi autoipd?" n &&
config_query AVAHI_COMPAT_LIBDNS_SD "Enable libdns_sd compatibility?" y &&
config_query AVAHI_COMPAT_HOWL "Enable Howl compatibility?" n
