[commit: ghc] master: distrib/configure: Set RanlibCmd (0a126a3)

git at git.haskell.org git at git.haskell.org
Fri Nov 23 19:39:05 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0a126a32d1bbdb3bb70030a77e01415e19ea8b6e/ghc

>---------------------------------------------------------------

commit 0a126a32d1bbdb3bb70030a77e01415e19ea8b6e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Nov 7 21:02:19 2018 -0500

    distrib/configure: Set RanlibCmd
    
    This fixes #15875.


>---------------------------------------------------------------

0a126a32d1bbdb3bb70030a77e01415e19ea8b6e
 distrib/configure.ac.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index ed1c296..e064a5d 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -187,6 +187,8 @@ dnl ** how to invoke `ar' and `ranlib'
 #
 FP_PROG_AR_SUPPORTS_ATFILE
 FP_PROG_AR_NEEDS_RANLIB
+RanlibCmd="$RANLIB"
+AC_SUBST([RanlibCmd])
 
 dnl ** Have libdw?
 dnl --------------------------------------------------------------



More information about the ghc-commits mailing list