summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-30 23:36:49 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-30 23:36:49 +0100
commit94ff9b13b3feec589b7dc7ee1e0433edc6242667 (patch)
tree1287202da2cc94be3f02edd8f6ced7cb6316c8cd /Makefile.am
parent4f0631372c90f751a8d7a84d2cc42dc5f09c35cc (diff)
downloadgmp-94ff9b13b3feec589b7dc7ee1e0433edc6242667.tar.gz
* Makefile.am, configure.in: Temporarily remove mpfr, just leave a
README.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am28
1 files changed, 16 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index dca8fb006..2e7227827 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,17 +63,21 @@ LIBMP_LT_AGE = 1
AUTOMAKE_OPTIONS = gnu no-dependencies ansi2knr
-# FIXME: This is a workaround for automake not allowing info_TEXINFOS to be
-# conditionalized. We want mpfr/mpfr.info only installed under
-# --enable-mpfr, but it and the rest of mpfr always included in a "make
-# dist".
-if WANT_MPFR
-MPFR_DIR = mpfr
-else
-if MAINTAINER_MODE
-MPFR_DIR = mpfr
-endif
-endif
+# mpfr temporarily removed from the distribution
+MPFR_DIR =
+#
+# # FIXME: This is a workaround for automake not allowing info_TEXINFOS to be
+# # conditionalized. We want mpfr/mpfr.info only installed under
+# # --enable-mpfr, but it and the rest of mpfr always included in a "make
+# # dist".
+# if WANT_MPFR
+# MPFR_DIR = mpfr
+# else
+# if MAINTAINER_MODE
+# MPFR_DIR = mpfr
+# endif
+# endif
+
# "tests" ahead of "mpfr" ensures tests/t-constants is run before the
# mpfr/tests programs.
@@ -92,7 +96,7 @@ lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTI
EXTRA_DIST = doc macos \
configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf libmp.sym \
- gmpxx.h mpfrxx.h
+ gmpxx.h mpfrxx.h mpfr/README
DISTCLEANFILES = $(nodist_include_HEADERS) config.m4 @gmp_srclinks@