summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-01-17 12:15:44 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-01-17 12:15:44 +0100
commitd41c940c8a4ae2da9c2ccf11ce61d39693aa086b (patch)
tree52e6c17750d08dd767fcccb8a907bf0b8f4ec8f2 /configure.ac
parentae205821c9bac73892c87562f5ae1dc9fa1db36c (diff)
downloadnettle-d41c940c8a4ae2da9c2ccf11ce61d39693aa086b.tar.gz
* Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlink
to the library file. Use LN_S. ($(LIBHOGWEED_FORLINK)): Likewise. * configure.ac: Use AC_PROG_LN_S. * config.make.in (LN_S): New substitution. Rev: nettle/Makefile.in:1.43 Rev: nettle/config.make.in:1.7 Rev: nettle/configure.ac:1.54
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 334bab08..9c9de1ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,8 @@ AC_PROG_INSTALL
# autoconf-2.60 or automake-1.10 to avoid races.
AC_PROG_MKDIR_P
+AC_PROG_LN_S
+
LSH_DEPENDENCY_TRACKING
if test x$enable_dependency_tracking = xyes ; then