summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-27 09:57:12 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-27 09:57:12 +0200
commit01b00593bbae331b4fe7904542b3623e8f3331e2 (patch)
treefb7c5fe8a86a934a7412f98271efc8ce6c563320 /etc
parentb7cca31d9092af8b11c038504eb7246b25fcaea4 (diff)
downloadmidipix_build-01b00593bbae331b4fe7904542b3623e8f3331e2.tar.bz2
midipix_build-01b00593bbae331b4fe7904542b3623e8f3331e2.tar.xz
Generalise subr.pkg/pkg_configure_autotools.subr code.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md
index 1d0acfe9..16d779fd 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -714,7 +714,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| Package variable name | Type | Description |
| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| AR | CmdName | Toolchain library archive editor ``ar(1)`` |
-| AUTOCONF_CONFIG_GUESS | String | Either of ``midipix`` (copy Midipix ``config.guess`` from ``etc/config.guess``) or ``keep``; defaults to ``midipix`` |
+| AUTOCONF_CONFIG_GUESS | String | Either of ``copy`` (copy ``config.guess`` from ``etc/config.guess``) or ``keep``; defaults to ``copy`` |
| BASE_DIR | DirName(Abs) | Package build root directory beneath ``${BUILD_WORKDIR}`` |
| BUILD_DIR | DirName(Unit) | Package build directory beneath ``${PKG_BASE_DIR}`` |
| BUILD_STAGES_DISABLE | List( ) | Build stages to disable during package build |