From 4b554c7d569bb0ac990cdeeb751c7e66442683a9 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 15 Mar 2010 15:30:48 +0000 Subject: [PATCH] (trunk) add a note about optional dependencies in the configure script's output --- configure.ac | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 6bedfda54..a4dc3e21c 100644 --- a/configure.ac +++ b/configure.ac @@ -501,22 +501,27 @@ echo " Configuration: - Source code location: ${srcdir} - Compiler: ${CXX} - System or bundled libevent: ${libevent_source} + Source code location: ${srcdir} + Compiler: ${CXX} + System or bundled libevent: ${libevent_source} - Build Command-Line client: ${build_cli} + Build Command-Line client: ${build_cli} - Build GTK+ client: ${build_gtk} - optional dbus support: ${use_dbus_glib} - optional gio for optional watchdir support: ${use_gio} - optional libnotify for 'download completed' popups: ${use_libnotify} - optional libcanberra for 'download completed' sounds: ${use_canberra} - optional libgconf to tell GNOME we handle magnet links: ${use_libgconf} - optional libappindicator for Ubuntu-style system tray: ${use_libappindicator} + Build GTK+ client: ${build_gtk} - Build Daemon: ${build_daemon} + dbus support: ${use_dbus_glib} + gio for watchdir support: ${use_gio} + libnotify for 'download completed' popups: ${use_libnotify} + libcanberra for 'download completed' sounds: ${use_canberra} + libgconf to tell GNOME we handle magnet links: ${use_libgconf} + libappindicator for Ubuntu-style system tray: ${use_libappindicator} - Build Mac client: ${build_mac} + THESE ARE ALL OPTIONAL. If you're a packager + or user who doesn't want these dependencies, + use the ones you want and skip all the rest. + + Build Daemon: ${build_daemon} + + Build Mac client: ${build_mac} " -- 2.40.0