chiark / gitweb /
device: look for all possible device names on udev events
[elogind.git] / configure.ac
index d8974156a2efabfb260ecbf82825bdb8728b0e58..cffe8a259f6e28bcd867f13a22658ff1da86e2c0 100644 (file)
@@ -91,8 +91,6 @@ if test "z$with_distro" = "z"; then
 fi
 with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' `
 
-echo "hallo"
-
 case $with_distro in
         fedora)
                 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
@@ -115,10 +113,8 @@ case $with_distro in
                 ;;
 esac
 
-echo "hallo"
-
 AC_SUBST(SYSTEM_SYSVINIT_PATH)
-AC_SUBST(SYSTEM_RCND_PATH)
+AC_SUBST(SYSTEM_SYSVRCND_PATH)
 
 AM_CONDITIONAL(TARGET_FEDORA, test x"$with_distro" = xfedora)
 AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse)