summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-06-29 03:34:45 +0000
committerTrent Lloyd <lathiat@bur.st>2005-06-29 03:34:45 +0000
commit99ad32213bca66d3350de6bbb0ef69102eb2fd7b (patch)
tree4e05de25b38aa7230bb7fe656f70a09f775d698a /configure.ac
parent54d7450ef8b085110c380d4263794deffa5edda4 (diff)
* Patch by Steev Klimaszewski for gentoo compilation
* Small dbus-protocol.c change git-svn-id: file:///home/lennart/svn/public/avahi/trunk@153 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2bbea03..a141ad6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,6 +186,8 @@ else
case $with_distro in
debian)
;;
+ gentoo)
+ ;;
*)
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
exit 1
@@ -234,6 +236,8 @@ avahi-client/Makefile
initscript/Makefile
initscript/Debian/Makefile
initscript/Debian/75avahi
+initscript/Gentoo/Makefile
+initscript/Gentoo/avahi
avahi-dnsconfd/Makefile
])
AC_OUTPUT