# POP3Lite directory layout for RedHat systems # $Id: redhat,v 1.3.2.1 2001/04/25 09:02:23 algernon Exp $ if test $prefix = $ac_default_prefix -o $prefix = NONE; then prefix=/usr fi if test $sysconfdir = '${prefix}/etc'; then sysconfdir=/etc fi if test $mandir = '${prefix}/man'; then mandir=/usr/share/man fi if test $infodir = '${prefix}/info'; then infodir=/usr/share/info fi if test $localstatedir = '${prefix}/var'; then localstatedir=/var fi docdir=/usr/share/doc/pop3lite-$VERSION ac_configure_args="$ac_configure_args --prefix=$prefix \ --mandir=$mandir --infodir=$infodir \ --localstatedir=$localstatedir \ --sysconfdir=$sysconfdir \ --with-docdir=$docdir"