summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 08:39:01 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 08:39:01 +0000
commit78c4d691610a48ac2c2f12172ae24c3d096b415e (patch)
tree0b4fe6e65faf814f8214176fac1dd5744a57ade5 /configure.ac
parentda5014cb5f3d06271ae79dc28354a03c7392cf0f (diff)
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
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