summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2011-05-02 19:41:32 +0200
committerMarc Glisse <marc.glisse@inria.fr>2011-05-02 19:41:32 +0200
commit7f29e8bbfe86d957a177ce11712dc82a90aeee29 (patch)
tree42b85656d321d206488c9e0fc3302ef8b9b78405
parent362fb172c072c1fe94a6b8d96cf92f39c1046e0f (diff)
downloadgmp-7f29e8bbfe86d957a177ce11712dc82a90aeee29.tar.gz
Call libtoolize without -c, as make dist does the right thing with symlinks.
-rwxr-xr-x.bootstrap2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.bootstrap b/.bootstrap
index 637eb4ddb..74812b5e0 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -8,7 +8,7 @@ rm -rf autom4te.cache
# 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 --git a/ChangeLog b/ChangeLog
index 48b7ba21e..6ebcc8737 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-02 Marc Glisse <marc.glisse@inria.fr>
+
+ * .bootstrap: libtoolize doesn't need -c.
+
2011-05-02 Niels Möller <nisse@lysator.liu.se>
* mpz/gcdext.c (mpz_gcdext): Don't allocate extra limbs at the end