aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-20 10:19:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-20 10:19:51 +0000
commit5c785f98c5eb95f778345b74fcbdf2fe1dd96061 (patch)
tree1255a25df804d8efecc8d7ded0507ee2099795d3 /configure
parent9d3131ba9c806f81e1ad9f541d7f20ca974caf19 (diff)
downloadmandoc-5c785f98c5eb95f778345b74fcbdf2fe1dd96061.tar.gz
mandoc-5c785f98c5eb95f778345b74fcbdf2fe1dd96061.tar.zst
mandoc-5c785f98c5eb95f778345b74fcbdf2fe1dd96061.zip
make the path to ar(1) configurable, needed by NixOS;
suggested by Lukas Epple <sternenseemann at systemli dot org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index c71205b7..5cf4e081 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: configure,v 1.80 2021/09/19 15:05:39 schwarze Exp $
+# $Id: configure,v 1.81 2021/09/20 10:19:51 schwarze Exp $
#
# Copyright (c) 2014-2021 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -41,6 +41,7 @@ OSENUM=
OSNAME=
UTF8_LOCALE=
+AR=ar
CC=cc
CFLAGS=
FATAL=0
@@ -634,6 +635,7 @@ INSTALL_TARGETS=
cat << __HEREDOC__
BUILD_TARGETS = ${BUILD_TARGETS}
INSTALL_TARGETS = ${INSTALL_TARGETS}
+AR = ${AR}
CC = ${CC}
CFLAGS = ${CFLAGS}
LDADD = ${LDADD}