We do not want this directory location override. --- trousers-0.3.11.2/configure.in.orig +++ trousers-0.3.11.2/configure.in @@ -363,19 +363,6 @@ KERNEL_VERSION=`uname -r` AC_SUBST(CFLAGS) -# When we build the rpms, prefix will be /usr. This'll do some things that make sense, -# like put our sbin stuff in /usr/sbin and our library in /usr/lib. It'll do some other -# things that don't make sense like put our config file in /usr/etc. So, I'll just hack -# it here. If the --prefix option isn't specified during configure, let it all go to -# /usr/local, even /usr/local/etc. :-P -if test x"${prefix}" = x"/usr"; then - sysconfdir="/etc" - localstatedir="/var" - mandir="/usr/share/man" -elif test x"${prefix}" = x"NONE"; then - localstatedir="/usr/local/var" -fi - AC_OUTPUT(dist/tcsd.conf \ dist/fedora/trousers.spec \ dist/trousers.spec \