summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-20 18:12:35 -0400
committerGlenn Morris <rgm@gnu.org>2012-08-20 18:12:35 -0400
commit9aa0092cdd378dd8f7a55896c31bb68d2be18b1c (patch)
tree808d76728fca01086e6e06b55efe72c25b31ebed /configure.ac
parent327576483cd198b11b39bb88a42d0495f5724684 (diff)
downloademacs-9aa0092cdd378dd8f7a55896c31bb68d2be18b1c.tar.gz
Use symlink in installed bin/ directory, where supported
* configure.ac (AC_PROG_LN_S): Test for ln. * Makefile.in (LN_S): New, set by configure. (install-arch-dep): Use $LN_S.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2394790c455..b10cb24bab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -731,6 +731,7 @@ dnl AC_PROG_MKDIR_P
dnl if test "x$RANLIB" = x; then
dnl AC_PROG_RANLIB
dnl fi
+AC_PROG_LN_S
AC_PATH_PROG(INSTALL_INFO, install-info, :,
$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)