From c385517dcde4d165da7cedf08a07e234ddd54f2e Mon Sep 17 00:00:00 2001 From: midipix Date: Apr 15 2021 18:16:29 +0000 Subject: build system: configure: fix default setting of $mb_docdir. --- diff --git a/configure b/configure index 5dff097..8d7edbc 100755 --- a/configure +++ b/configure @@ -537,7 +537,7 @@ common_defaults() [ -n "$mb_oldincludedir" ] || mb_oldincludedir=$mb_prefix/include [ -n "$mb_datarootdir" ] || mb_datarootdir=$mb_prefix/share [ -n "$mb_mandir" ] || mb_mandir=$mb_datarootdir/man - [ -n "$mb_docdir" ] || mb_docdir=$mb_datarootdir/doc + [ -n "$mb_docdir" ] || mb_docdir=$mb_datarootdir/doc/$mb_package [ -n "$mb_libexecdir" ] || mb_libexecdir=$mb_exec_prefix/libexec [ -n "$mb_sysconfdir" ] || mb_sysconfdir=$mb_exec_prefix/etc