dovecot: Base docdir to datadir instead of datarootdir which doe...

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


details:   http://hg.dovecot.org/dovecot/rev/9bc49f7ff7da
changeset: 7293:9bc49f7ff7da
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 26 20:02:00 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 93431cc2d39e -r 9bc49f7ff7da configure.in
--- a/configure.in	Tue Feb 26 19:56:01 2008 +0200
+++ b/configure.in	Tue Feb 26 20:02:00 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