[commit: ghc] ghc-7.8: add omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac (fixes #8794) (bbac5fe)
git at git.haskell.org
git at git.haskell.org
Thu Feb 20 12:01:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/bbac5fe576e412a2b5ffb504a30aaa697318e514/ghc
>---------------------------------------------------------------
commit bbac5fe576e412a2b5ffb504a30aaa697318e514
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Tue Feb 18 09:18:07 2014 +0100
add omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac (fixes #8794)
Signed-off-by: Austin Seipp <austin at well-typed.com>
(cherry picked from commit 43c314c730d205a3ec8ef5d54e5bf72a7900f01d)
>---------------------------------------------------------------
bbac5fe576e412a2b5ffb504a30aaa697318e514
distrib/configure.ac.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 4a6944f..ed91244 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -114,6 +114,7 @@ AC_SUBST(WordSize)
#
dnl ** how to invoke `ar' and `ranlib'
#
+FP_PROG_AR_SUPPORTS_ATFILE
FP_PROG_AR_NEEDS_RANLIB
FP_SETTINGS
More information about the ghc-commits
mailing list