On Mon, 09 Jun 2008 10:43:49 -0700, eht16@users.sourceforge.net wrote:
Modified: trunk/configure.in
--- trunk/configure.in 2008-06-09 17:29:25 UTC (rev 2671) +++ trunk/configure.in 2008-06-09 17:43:48 UTC (rev 2672) @@ -230,6 +230,12 @@ fi fi
+# Set ${docdir} if it is empty +if test -z "${docdir}"; then
- docdir='${datadir}/doc/${PACKAGE}'
- AC_SUBST(docdir)
+fi
I've no idea why it can happen that $docdir isn't set but it actually happened to an user on ASP 11.2 (should be based on Fedora).
Regards, Enrico