configure: docdir fix

was /usr/local/share/doc/usr/local/lib/tcc
    now /usr/local/share/doc
This commit is contained in:
seyko 2016-05-20 15:21:26 +03:00
parent 19a169ceb8
commit 4e7a8906a1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -267,7 +267,7 @@ else
bindir="${execprefix}/bin"
fi
if test x"$docdir" = x""; then
docdir="${sharedir}/doc/${tccdir}"
docdir="${sharedir}/doc"
fi
if test x"$mandir" = x""; then
mandir="${sharedir}/man"