[commit: ghc] master: add omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac (fixes #8794) (43c314c)
git at git.haskell.org
git at git.haskell.org
Wed Feb 19 22:34:33 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/43c314c730d205a3ec8ef5d54e5bf72a7900f01d/ghc
>---------------------------------------------------------------
commit 43c314c730d205a3ec8ef5d54e5bf72a7900f01d
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>
>---------------------------------------------------------------
43c314c730d205a3ec8ef5d54e5bf72a7900f01d
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