X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=cffe8a259f6e28bcd867f13a22658ff1da86e2c0;hb=a7610064ae4fbccfcff8b91656dfee3f55d21c9c;hp=d8974156a2efabfb260ecbf82825bdb8728b0e58;hpb=0571e0111d76cf96aa4069d9c7a6e24d97aa7e48;p=elogind.git diff --git a/configure.ac b/configure.ac index d8974156a..cffe8a259 100644 --- a/configure.ac +++ b/configure.ac @@ -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)