[Gmp-commit] /var/hg/gmp: Call libtoolize without -c, as make dist does the r...
mercurial at gmplib.org
mercurial at gmplib.org
Mon May 2 19:41:49 CEST 2011
details: /var/hg/gmp/rev/588de4e62671
changeset: 14157:588de4e62671
user: Marc Glisse <marc.glisse at inria.fr>
date: Mon May 02 19:41:32 2011 +0200
description:
Call libtoolize without -c, as make dist does the right thing with symlinks.
diffstat:
.bootstrap | 2 +-
ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 6ca070658cd1 -r 588de4e62671 .bootstrap
--- a/.bootstrap Mon May 02 10:56:57 2011 +0200
+++ b/.bootstrap Mon May 02 19:41:32 2011 +0200
@@ -8,7 +8,7 @@
# Stick to automake-1.8, since later versions require the ylwrap
# script.
-aclocal && libtoolize -c && autoconf && autoheader && automake
+aclocal && libtoolize && autoconf && autoheader && automake
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038
diff -r 6ca070658cd1 -r 588de4e62671 ChangeLog
--- a/ChangeLog Mon May 02 10:56:57 2011 +0200
+++ b/ChangeLog Mon May 02 19:41:32 2011 +0200
@@ -1,3 +1,7 @@
+2011-05-02 Marc Glisse <marc.glisse at inria.fr>
+
+ * .bootstrap: libtoolize doesn't need -c.
+
2011-05-02 Niels Möller <nisse at lysator.liu.se>
* mpz/gcdext.c (mpz_gcdext): Don't allocate extra limbs at the end
More information about the gmp-commit
mailing list