summaryrefslogtreecommitdiff
path: root/doc/configuration
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-08 02:11:22 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-08 02:11:22 +0200
commitc5256983a5e5e1a832a67a700f60e6418ef9052a (patch)
treecedd7c566a805837845d251e736c7d645f56f593 /doc/configuration
parentd55607c3b4ee5ea3ccecd5f9290357d45f0b6425 (diff)
downloadgmp-c5256983a5e5e1a832a67a700f60e6418ef9052a.tar.gz
* configure.in, Makefile.am, doc/gmp.texi, doc/configuration,
tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
Diffstat (limited to 'doc/configuration')
-rw-r--r--doc/configuration7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/configuration b/doc/configuration
index 2d044a964..f5ea4f244 100644
--- a/doc/configuration
+++ b/doc/configuration
@@ -251,7 +251,7 @@ The following files need to be updated when going to a new version of
the build tools. Unfortunately the tools generally don't identify
when an out-of-date version is present.
-aclocal.m4 is updated by running "aclocal -I mpfr".
+aclocal.m4 is updated by running "aclocal".
INSTALL.autoconf can be copied from INSTALL in autoconf.
@@ -281,8 +281,7 @@ During development:
---------------------------------------------------------
acinclude.m4 \ aclocal
- mpfr/acinclude.m4 | --------------> aclocal.m4
- $prefix/share/aclocal*/*.m4 /
+ $prefix/share/aclocal*/*.m4 / --------------> aclocal.m4
configure.in \ autoconf
@@ -315,7 +314,7 @@ This can end up running a lot more things than are really necessary.
If a build tree is in too much of a mess for those rules to work
properly then a bootstrap can be done from the source directory with
- aclocal -I mpfr
+ aclocal
autoconf
automake
autoheader