summaryrefslogtreecommitdiff
path: root/doc/configuration
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-08 03:10:09 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-08 03:10:09 +0200
commitcd42344dc83c21d41a57cf015819d477c74b47a7 (patch)
tree21506e6d15c72259d04c778972fff83a7130874a /doc/configuration
parent7d9d51bd70d055a28adc87ebecf7c8916fb6b154 (diff)
downloadgmp-cd42344dc83c21d41a57cf015819d477c74b47a7.tar.gz
* doc/configuration (Configure): Update for current automake not
copying acinclude.m4 into aclocal.m4.
Diffstat (limited to 'doc/configuration')
-rw-r--r--doc/configuration7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/configuration b/doc/configuration
index f5ea4f244..87bd9b92c 100644
--- a/doc/configuration
+++ b/doc/configuration
@@ -251,7 +251,8 @@ 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".
+aclocal.m4 is updated by running "aclocal". (Only needed for a new
+automake or libtool.)
INSTALL.autoconf can be copied from INSTALL in autoconf.
@@ -280,8 +281,8 @@ During development:
Input files Tool Output files
---------------------------------------------------------
- acinclude.m4 \ aclocal
- $prefix/share/aclocal*/*.m4 / --------------> aclocal.m4
+ aclocal
+ $prefix/share/aclocal*/*.m4 ----------------> aclocal.m4
configure.in \ autoconf