diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf883b2..c6d19f9 100644 --- a/configure.ac +++ b/configure.ac @@ -857,7 +857,7 @@ AM_CONDITIONAL(WIN32, test "${WIN32}" = "yes") # workaround for <autoconf-2.60 if test -z "${docdir}"; then - docdir="\$(datarootdir)/doc/\$(PACKAGE_NAME)" + docdir="\$(datadir)/doc/\$(PACKAGE_NAME)" AC_SUBST([docdir]) fi if test -z "${htmldir}"; then |