diff options
author | midipix <writeonce@midipix.org> | 2021-04-16 12:02:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-16 12:08:21 +0000 |
commit | 71b68ccd04b9ec272663a6e4b2607c8862c8f199 (patch) | |
tree | bf9a12e9a4c43a77ea298558bebf07dd1a1b9f70 /configure | |
parent | 47cd927240f190a2ba092885837c6e89eb8205f0 (diff) | |
download | bcparser-71b68ccd04b9ec272663a6e4b2607c8862c8f199.tar.bz2 bcparser-71b68ccd04b9ec272663a6e4b2607c8862c8f199.tar.xz |
build system: configure: reflect changes to PACKAGE in the default DOCDIR var.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/$mb_package + [ -n "$mb_docdir" ] || mb_docdir=$mb_datarootdir/doc/'$(PACKAGE)' [ -n "$mb_libexecdir" ] || mb_libexecdir=$mb_exec_prefix/libexec [ -n "$mb_sysconfdir" ] || mb_sysconfdir=$mb_exec_prefix/etc |