mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-11 01:40:05 -04:00
In configure.ac, use datadir instead of datarootdir for compatibility
with <autoconf-2.60. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4539 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
parent
c4f7495238
commit
bd535ad16f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue