--- orig/configure.in 2008-03-06 13:50:29.000000000 +0100 +++ new/configure.in 2008-03-06 13:50:39.000000000 +0100 @@ -19,7 +19,6 @@ AC_PROG_MAKE_SET AC_PROG_CXX -AC_PROG_SYSCONFTOOL AC_PATH_PROGS(SETENV, env) AC_ARG_ENABLE(root-check, [ --disable-root-check Allow build as root (make check will fail)], --- orig/Makefile.in 2008-03-06 19:37:53.000000000 +0100 +++ new/Makefile.in 2008-03-06 19:38:22.000000000 +0100 @@ -791,7 +791,6 @@ install-configure: @$(MAKE) -$(MAKEFLAGS) install-perms - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' @sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password --- orig/Makefile.am 2008-03-06 19:39:06.000000000 +0100 +++ new/Makefile.am 2008-03-06 19:39:21.000000000 +0100 @@ -160,7 +160,6 @@ install-configure: @$(MAKE) -$(MAKEFLAGS) install-perms - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' @sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password