summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2013-10-08 13:58:01 +0200
committerMarc Glisse <marc.glisse@inria.fr>2013-10-08 13:58:01 +0200
commit4cc575626fc062ebdc2cb758562d517447311d68 (patch)
treee64b2138e66bbd7180a6453826d43687160b35f4 /.bootstrap
parentf9708b1eed3fc74773ba89a430d5df6ae093d3c5 (diff)
downloadgmp-4cc575626fc062ebdc2cb758562d517447311d68.tar.gz
Use autoreconf.
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap9
1 files changed, 3 insertions, 6 deletions
diff --git a/.bootstrap b/.bootstrap
index 74812b5e0..3415fb3b8 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,14 +1,11 @@
#! /bin/sh
-# FIXME: Use automake -a? Then we could remove various
-# automake-supplied files from the repository.
-
# We need to remove the "cache", else things are not regenerated properly
rm -rf autom4te.cache
-# Stick to automake-1.8, since later versions require the ylwrap
-# script.
-aclocal && libtoolize && autoconf && autoheader && automake
+# for warnings, add: -v -W all
+autoreconf -i -s
+# aclocal && libtoolize && autoconf && autoheader && automake -a
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038