diff options
author | midipix <writeonce@midipix.org> | 2025-03-26 18:04:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-03-26 18:10:07 +0000 |
commit | c83420dfd141ed5273bd02b0e6719252db790611 (patch) | |
tree | 213ba9d5e1d37b7c52db4bf02bc301192d828b6d /configure | |
parent | de204f775179f2fe47d8576235b507751d275d91 (diff) | |
download | sbpython3-c83420dfd141ed5273bd02b0e6719252db790611.tar.bz2 sbpython3-c83420dfd141ed5273bd02b0e6719252db790611.tar.xz |
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1111,6 +1111,9 @@ for arg ; do --mandir=*) mb_mandir=${arg#*=} ;; + --docdir=*) + mb_docdir=${arg#*=} + ;; --libexecdir=*) mb_libexecdir=${arg#*=} ;; |