summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorhpa <hpa>2001-11-27 10:18:11 +0000
committerhpa <hpa>2001-11-27 10:18:11 +0000
commit1a41c6ae7c207e307a976d333198e53db400c99f (patch)
treef950589f81de84c2d782d3ff3a6e689c20c6b4df /MCONFIG.in
parent98d7543721350ce266ef737518804a946ec4ebef (diff)
downloadtftp-hpa-1a41c6ae7c207e307a976d333198e53db400c99f.tar.gz
Use $(LN_S)
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 85f2d40..68aab37 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -35,6 +35,9 @@ X = @EXEEXT@
# Install into alternate root area, e.g. for package generation
INSTALLROOT =
+# Link
+LN_S = @LN_S@
+
# Install program
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@