aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-16 16:09:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-16 16:09:33 +0000
commit5d300ed80a7af7469ecdab91d541d5282a5288b5 (patch)
tree38184c989c4dfe187866bba84f9e457d6d47a01d /configure
parent9c1de96472e8c506b0cfd516fc43bca5273364cd (diff)
downloadmandoc-5d300ed80a7af7469ecdab91d541d5282a5288b5.tar.gz
mandoc-5d300ed80a7af7469ecdab91d541d5282a5288b5.tar.zst
mandoc-5d300ed80a7af7469ecdab91d541d5282a5288b5.zip
add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 93f44a90..884ffe0e 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $Id: configure,v 1.58 2017/02/16 15:12:32 schwarze Exp $
+# $Id: configure,v 1.59 2017/02/16 16:09:33 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
@@ -115,6 +115,7 @@ INSTALL_PROGRAM=
INSTALL_LIB=
INSTALL_MAN=
INSTALL_DATA=
+LN="ln -f"
# --- manual settings from configure.local -----------------------------
@@ -509,6 +510,7 @@ INSTALL_PROGRAM = ${INSTALL_PROGRAM}
INSTALL_LIB = ${INSTALL_LIB}
INSTALL_MAN = ${INSTALL_MAN}
INSTALL_DATA = ${INSTALL_DATA}
+LN = ${LN}
__HEREDOC__
echo "Makefile.local: written" 1>&2