aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-16 16:21:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-16 16:21:04 +0000
commit8133a83ed96a1819162edb17f009ab16e7a17934 (patch)
tree86df4d186cc1b73ba850b4eeda0ba2d9a6bb016f /configure
parentcc516034d1b0b7355caa69983d070dcd2aa5065c (diff)
downloadmandoc-8133a83ed96a1819162edb17f009ab16e7a17934.tar.gz
mandoc-8133a83ed96a1819162edb17f009ab16e7a17934.tar.zst
mandoc-8133a83ed96a1819162edb17f009ab16e7a17934.zip
Merge Makefile 1.501, configure 1.59, configure.local.example 1.28:
add $(LN) configuration variable
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 7f6a6123..5bfc013a 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $Id: configure,v 1.43.2.8 2017/01/12 15:47:47 schwarze Exp $
+# $Id: configure,v 1.43.2.9 2017/02/16 16:21:04 schwarze Exp $
#
-# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
+# Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -111,6 +111,7 @@ INSTALL_PROGRAM=
INSTALL_LIB=
INSTALL_MAN=
INSTALL_DATA=
+LN="ln -f"
# --- manual settings from configure.local -----------------------------
@@ -518,6 +519,7 @@ INSTALL_PROGRAM = ${INSTALL_PROGRAM}
INSTALL_LIB = ${INSTALL_LIB}
INSTALL_MAN = ${INSTALL_MAN}
INSTALL_DATA = ${INSTALL_DATA}
+LN = ${LN}
__HEREDOC__
[ ${BUILD_DB} -gt 0 ] && \