dovecot-1.1: Base docdir to datadir instead of datarootdir which...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 26 19:59:35 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/86af79a203d7
changeset: 7298:86af79a203d7
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 26 20:01:57 2008 +0200
description:
Base docdir to datadir instead of datarootdir which doesn't exist in old
autoconfs either.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (12 lines):

diff -r 2cda05620383 -r 86af79a203d7 configure.in
--- a/configure.in	Tue Feb 26 19:56:05 2008 +0200
+++ b/configure.in	Tue Feb 26 20:01:57 2008 +0200
@@ -2126,7 +2126,7 @@ CFLAGS="$CFLAGS $EXTRA_CFLAGS"
 
 if test "$docdir" = ""; then
   dnl docdir supported only by autoconf v2.59c and later
-  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+  docdir='${datadir}/doc/${PACKAGE_TARNAME}'
 fi
 AC_SUBST(docdir)
 


More information about the dovecot-cvs mailing list