# POP3Lite directory layout that complies with the FHS # $Id: fhs,v 1.4 2000/11/21 20:40:49 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 ac_configure_args="$ac_configure_args --prefix=$prefix \ --mandir=$mandir --infodir=$infodir \ --localstatedir=$localstatedir \ --sysconfdir=$sysconfdir \ --with-docdir=$docdir"