From 78c4d691610a48ac2c2f12172ae24c3d096b415e Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 08:39:01 +0000 Subject: * generate initscript/archlinux/Makefile * Fix archlinux CFLAG err, fix. * Rename the initscript dirs to all lowercase. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@407 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8cb6f2a..8c55ec3 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ if test "x$GCC" = "xyes" ; then # Work around a kernel header bug in arch linux where rtnetlink.h # can't be included with -std=c99 - if test "x$with_distro" != "xarchlinux" ; then + if test x"$with_distro" != xarchlinux ; then DESIRED_FLAGS="$DESIRED_FLAGS -std=c99" fi @@ -344,7 +344,8 @@ avahi-daemon/avahi-dbus.conf avahi-discover-standalone/Makefile avahi-client/Makefile initscript/Makefile -initscript/Debian/Makefile +initscript/debian/Makefile +initscript/archlinux/Makefile avahi-dnsconfd/Makefile avahi-utils/Makefile avahi-utils/avahi/Makefile -- cgit