summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-10-11 08:25:03 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-10-11 08:25:03 +0000
commit66e72a29753241d4cee22fda05da44d066ed3cf2 (patch)
treebff695d824a07dbba215e52e88d7cb4ef31b1768 /INSTALL
parent8467029afd9ae1ea70684a535d278fd5e780bcc9 (diff)
downloadmpfr-66e72a29753241d4cee22fda05da44d066ed3cf2.tar.gz
stack-alloc.h no longer needed (will be included in gmp-impl.h)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1218 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3e2730119..40282ed7a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,7 +8,7 @@
"make install", you'll need to manually install some GMP header
files needed by MPFR. In the GMP source directory, type:
- cp config.h gmp-impl.h gmp-mparam.h longlong.h stack-alloc.h DIR/include
+ cp config.h gmp-impl.h gmp-mparam.h longlong.h DIR/include
where DIR is the directory where you have installed GMP. (The file
stack-alloc.h is needed when gmp is configured with --disable-alloca.)