summaryrefslogtreecommitdiff
path: root/mpfr
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-05-26 00:09:28 +0200
committerKevin Ryde <user42@zip.com.au>2001-05-26 00:09:28 +0200
commitec4f2e02cc288108285e6310c790cf0e9f214fd7 (patch)
treed76cbe7b2597f4c2f47958a3f975167df440883d /mpfr
parent867adfff702fc8e877bdfa908ff2747297a258b7 (diff)
downloadgmp-ec4f2e02cc288108285e6310c790cf0e9f214fd7.tar.gz
* Makefile.am: Conditionalize mpfr in $(SUBDIRS) to handle mpfr.info.
* mpfr/Makefile.am (INFO_DEPS): Remove previous mpfr.info handling.
Diffstat (limited to 'mpfr')
-rw-r--r--mpfr/Makefile.am20
1 files changed, 3 insertions, 17 deletions
diff --git a/mpfr/Makefile.am b/mpfr/Makefile.am
index 8a16f7f56..822f2cc18 100644
--- a/mpfr/Makefile.am
+++ b/mpfr/Makefile.am
@@ -34,24 +34,10 @@ lib_LIBRARIES = libmpfr.a
include_HEADERS = mpfr.h
endif
-TEXINFO_TEX = ../texinfo.tex
+# FIXME: As of automake 1.4f info_TEXINFOS can't be conditionalized, see top
+# level Makefile.am for the workaround.
info_TEXINFOS = mpfr.texi
-
-# FIXME: As of Jan 2001, automake doesn't like conditionally defined
-# info_TEXINFOS. The fudge here ensures we distribute mpfr.info
-# unconditionally, but only install it if the user wants mpfr. This is
-# highly dependent on automake internals.
-#
-if MAINTAINER_MODE
-INFO_DEPS = mpfr.info
-else
-if WANT_MPFR
-INFO_DEPS = mpfr.info
-else
-INFO_DEPS =
-endif
-endif
-
+TEXINFO_TEX = ../texinfo.tex
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 \