summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-24 01:00:13 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-24 01:00:13 +0000
commit9f9f4f6ea2405edc642d322c19f6f13e31920046 (patch)
tree2a4a3a8ecbe0f942a140a98b4f1621d183575297 /configure.ac
parent697d33e34648286fd42ff6086087e0111726f749 (diff)
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac29
1 files changed, 14 insertions, 15 deletions
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