summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-07-05 15:13:15 +0000
committerTrent Lloyd <lathiat@bur.st>2005-07-05 15:13:15 +0000
commit11ae0f189cb4962500b53cec3b5b4cd228cbcf98 (patch)
tree5693207ca51a6c41cc2c810584f19c62142a38a3 /configure.ac
parent05b0b1d0aad6b9613fff841000815a05486f130b (diff)
* Make the configure script just not install init scripts or dbus config if the distribution isn't supported (rather than error out)
* Import SUSE init script, still uses suse specific functions, we can change this later if we want git-svn-id: file:///home/lennart/svn/public/avahi/trunk@163 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4ae5172..d477743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,11 +181,10 @@ if test "z$with_distro" = "z"; then
exit 1
else
case $with_distro in
- debian|gentoo)
+ debian|gentoo|suse)
;;
*)
- echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
- exit 1
+ echo "Your distribution (${with_distro}) is not yet supported, init scripts and dbus configuration will not be installed! (patches welcome)"
;;
esac
@@ -239,6 +238,7 @@ avahi-client/Makefile
initscript/Makefile
initscript/Debian/Makefile
initscript/Gentoo/Makefile
+initscript/SUSE/Makefile
avahi-dnsconfd/Makefile
])
AC_OUTPUT