diff options
author | midipix <writeonce@midipix.org> | 2021-04-16 12:02:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-16 12:08:20 +0000 |
commit | 6976e5c75d43fc4bc9a0f6ca773a431a124bdcde (patch) | |
tree | 46cb8a7232eb4cae5fff99f515228b52b68ebe42 /configure | |
parent | aab4250f3a95284530821beb1af17b10fcbc4d97 (diff) | |
download | bautomake-6976e5c75d43fc4bc9a0f6ca773a431a124bdcde.tar.bz2 bautomake-6976e5c75d43fc4bc9a0f6ca773a431a124bdcde.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 |