From 9f9f4f6ea2405edc642d322c19f6f13e31920046 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Jun 2005 01:00:13 +0000 Subject: * update todo list * add avvahi-dnsconfd * implement AvahiDNSServerBrowser * Update special browse/register RRs to match current RFC * add support to avahi-daemon to publish name server information * add support to avahi-daemon to publish /etc/resolv.conf DNS server information * add new simple protocol command: "BROWSE-DNS-SERVERS" * cleanup final configure message git-svn-id: file:///home/lennart/svn/public/avahi/trunk@143 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 97a57e5..2bbea03 100644 --- a/configure.ac +++ b/configure.ac @@ -234,24 +234,23 @@ avahi-client/Makefile initscript/Makefile initscript/Debian/Makefile initscript/Debian/75avahi +avahi-dnsconfd/Makefile ]) AC_OUTPUT dnl ========================================================================== echo " - $PACKAGE_NAME $VERSION - ============ - - prefix: ${prefix} - sysconfdir: ${sysconfdir} - dbus-1 system.d dir: ${DBUS_SYS_DIR} - dbus-1 version: `pkg-config dbus-1 --modversion` - compiler: ${CC} - cflags: ${CFLAGS} - Linux Distro: ${with_distro} - User for Avahi: ${AVAHI_USER} - Group for Avahi: ${AVAHI_GROUP} + ---{ $PACKAGE_NAME $VERSION }--- + + prefix: ${prefix} + sysconfdir: ${sysconfdir} + dbus-1 system.d dir: ${DBUS_SYS_DIR} + dbus-1 version: `pkg-config dbus-1 --modversion` + compiler: ${CC} + cflags: ${CFLAGS} + Linux Distro: ${with_distro} + User for Avahi: ${AVAHI_USER} + Group for Avahi: ${AVAHI_GROUP} + + NOTE: Remember to create user ${AVAHI_USER} and group ${AVAHI_GROUP} before make install " - -echo "NOTE: Remember to create user ${AVAHI_USER} and group ${AVAHI_GROUP} before make install" -echo -- cgit