[commit: ghc] ghc-8.2: configure.ac: print resolved 'ar' and 'ranlib' tools (45912ea)

git at git.haskell.org git at git.haskell.org
Thu Apr 27 20:10:02 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/45912ea62008eca95ef375bf119040fb294c42d5/ghc

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

commit 45912ea62008eca95ef375bf119040fb294c42d5
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Mon Apr 17 09:40:17 2017 +0100

    configure.ac: print resolved 'ar' and 'ranlib' tools
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
    (cherry picked from commit 1ca188c74e70661419499e78be5b0a4998c85dea)


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

45912ea62008eca95ef375bf119040fb294c42d5
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 38eb5ee..22972c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1237,9 +1237,11 @@ echo "\
    Unregisterised            : $Unregisterised
    hs-cpp       : $HaskellCPPCmd
    hs-cpp-flags : $HaskellCPPArgs
+   ar           : $ArCmd
    ld           : $LdCmd
    nm           : $NmCmd
    objdump      : $ObjdumpCmd
+   ranlib       : $RanlibCmd
    Happy        : $HappyCmd ($HappyVersion)
    Alex         : $AlexCmd ($AlexVersion)
    Perl         : $PerlCmd



More information about the ghc-commits mailing list