From aab15b8d9a9d5d869659915c3d0995929ae4179b Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 30 Jun 2005 22:55:20 +0000 Subject: * moved AVAHI_RUNTIME_DIR and AVAHI_SOCKET in configure.ac * avahi-dnsconf and avahi use them for pid and socket file * check that ${prefix} is fully expanded in config.h * cosmetic changes in configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@158 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-dnsconfd/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'avahi-dnsconfd') diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index 8a0787a..d3bd833 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -22,9 +22,7 @@ pkgsysconfdir=$(sysconfdir)/avahi AM_CFLAGS= \ -I$(top_srcdir) \ -D_GNU_SOURCE \ - -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/dnsconf.action\" \ - -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi/socket\" \ - -DAVAHI_RUNTIME_DIR=\"$(localstatedir)/run\" + -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/dnsconf.action\" # GLIB 2.0 AM_CFLAGS+=$(GLIB20_CFLAGS) -- cgit