From 11ae0f189cb4962500b53cec3b5b4cd228cbcf98 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 5 Jul 2005 15:13:15 +0000 Subject: * 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 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') 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 -- cgit