configure: docdir fix
was /usr/local/share/doc/usr/local/lib/tcc
now /usr/local/share/doc
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -267,7 +267,7 @@ else
|
|||||||
bindir="${execprefix}/bin"
|
bindir="${execprefix}/bin"
|
||||||
fi
|
fi
|
||||||
if test x"$docdir" = x""; then
|
if test x"$docdir" = x""; then
|
||||||
docdir="${sharedir}/doc/${tccdir}"
|
docdir="${sharedir}/doc"
|
||||||
fi
|
fi
|
||||||
if test x"$mandir" = x""; then
|
if test x"$mandir" = x""; then
|
||||||
mandir="${sharedir}/man"
|
mandir="${sharedir}/man"
|
||||||
|
|||||||
Reference in New Issue
Block a user