summaryrefslogtreecommitdiff
path: root/mpfr/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-19 21:57:31 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-19 21:57:31 +0100
commit2f8d5ae176f0a5483474aacca623009689ef9402 (patch)
treea1ce4fce895572a53d4f6776925902369e9364b5 /mpfr/Makefile.am
parent2b270da226dea3c5b7f88769009d40b59ff5a305 (diff)
downloadgmp-2f8d5ae176f0a5483474aacca623009689ef9402.tar.gz
* mpfr/Makefile.am (AR): Explicit AR=@AR@ to override automake
default, necessary for powerpc64 ABI=aix64.
Diffstat (limited to 'mpfr/Makefile.am')
-rw-r--r--mpfr/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpfr/Makefile.am b/mpfr/Makefile.am
index 822f2cc18..d2993c7c2 100644
--- a/mpfr/Makefile.am
+++ b/mpfr/Makefile.am
@@ -39,6 +39,9 @@ endif
info_TEXINFOS = mpfr.texi
TEXINFO_TEX = ../texinfo.tex
+# Override automake default AR=ar with the value from GMP_PROG_AR.
+AR = @AR@
+
libmpfr_a_SOURCES = cputime.h mpfr.h mpfr-impl.h sin_cos.c extract.c \
add.c add_ui.c add_ulp.c agm.c clear.c cmp.c cmp_ui.c div_2exp.c \
div.c div_ui.c dump.c eq.c exp2.c exp3.c exp.c get_str.c init.c \