aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-20 14:10:30 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-07-19 10:37:40 +0200
commit4944e37ec04cc8c62f35aa9b1f4e97ee8f233eb8 (patch)
treeabf5a5596b2500064074faf9140609314eab1b7a /configure.ac
parent3763c7bb5ef5a7a1ddcf47169c9733edb7989e98 (diff)
expand on the system type in hacking guide
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index cc7009859..6d78237f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,12 +7,12 @@ AC_PROG_SED
# Construct a Nix system name (like "i686-linux"):
# https://www.gnu.org/software/autoconf/manual/html_node/Canonicalizing.html#index-AC_005fCANONICAL_005fHOST-1
-# The inital value is produced by the `config.guess` script:
-# https://git.savannah.gnu.org/cgit/config.git/tree/config.guess
+# The inital value is produced by the `config/config.guess` script:
+# upstream: https://git.savannah.gnu.org/cgit/config.git/tree/config.guess
# It has the following form, which is not documented anywhere:
# <cpu>-<vendor>-<os>[<version>][-<abi>]
-# If `./configure` is passed any of the `--host`, `--build`, `--target` options, the value comes from `config.sub` instead:
-# https://git.savannah.gnu.org/cgit/config.git/tree/config.sub
+# If `./configure` is passed any of the `--host`, `--build`, `--target` options, the value comes from `config/config.sub` instead:
+# upstream: https://git.savannah.gnu.org/cgit/config.git/tree/config.sub
AC_CANONICAL_HOST
AC_MSG_CHECKING([for the canonical Nix system name])