=================================================================== RCS file: /cvs/mandoc/configure,v retrieving revision 1.43.2.8 retrieving revision 1.43.2.9 diff -u -p -r1.43.2.8 -r1.43.2.9 --- mandoc/configure 2017/01/12 15:47:47 1.43.2.8 +++ mandoc/configure 2017/02/16 16:21:04 1.43.2.9 @@ -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 +# Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze # # 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 ] && \