changeset 7298:86af79a203d7 HEAD

Base docdir to datadir instead of datarootdir which doesn't exist in old autoconfs either.
author Timo Sirainen <tss@iki.fi>
date Tue, 26 Feb 2008 20:01:57 +0200
parents 2cda05620383
children 4e1161bad6ec
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 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)