summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-09-21 00:17:52 +0200
committerKevin Ryde <user42@zip.com.au>2000-09-21 00:17:52 +0200
commit1c52aa38f13fef46583ef982d05ab3b50a2c12a9 (patch)
tree2349852f83c73c5ac39c44a219dd88ad585118eb
parent86113c2a55e43e73c11e48f12ca84f979802eefd (diff)
downloadgmp-1c52aa38f13fef46583ef982d05ab3b50a2c12a9.tar.gz
Mention aclocal.m4, in case anyone wonders why it changed.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 856625601..da40a97d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
* configure.in: Re-apply "PROLOGUE.*" regexp change for the
benefit of alpha PROLOGUE_GP, lost in path search reorganisation.
+ * aclocal.m4: Regenerate with correct autoconf snapshot.
+
* mpz/{fdiv_r_2exp.c,lcm.c,urandomm.c}: Add missing TMP_MARK/FREE,
avoiding memory leak when using stack-alloc.c.